-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or request
Description
With default options
cmake-rnoutputs into./build/{configuration}/my-lib.apple.nodeand./build/{configuration}/my-lib.android.node.react-native-node-apilinking doesn't include the library configuration in the remapped name.
In most cases, the app developer is interested in the "MinSizeRel", "RelWithDebInfo" or "Release", but it's not necessarily clear to me, which would be a preferred default.
In rare cases, the app developer might also be interested in running the "Debug" prebuilt (if available).
Ideally, we would have a way for "react-native-node-api" to pick the right prebuilt based on some configuration (passed to react-native-node-api --link?).
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request