-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
CMake RNOur `cmake` wrapping CLIOur `cmake` wrapping CLIgood first issueGood for newcomersGood for newcomers
Description
Our CMake wrapping CLI produce an XCFramework discoverable by the auto-linking mechanism in our host pacakge. If library or app developers want to use the tool to build a prebuilt for manually linking into their project, by specifying a local Podspec, they would have to manually remove the auto-linking signature.
It would be great if react-native-node-api-cmake had an --skip-autolink (default false) to optionally skip the step which adds the signature.
Alternative names for the option:
--skip-autolinking--no-autolink
Here's the code that currently adds the signature:
https://github.com/callstackincubator/react-native-node-api-modules/blob/4c325deb8e32a438070d93cd59cbde8473083698/packages/react-native-node-api-cmake/src/apple.ts#L192-L198
Metadata
Metadata
Assignees
Labels
CMake RNOur `cmake` wrapping CLIOur `cmake` wrapping CLIgood first issueGood for newcomersGood for newcomers