@nx/react-native:upgrade-native
Upgrade native iOS and Android code to latest.
Upgrade native iOS and Android code to latest.
nx generate upgrade-native ...
By default, Nx will search for upgrade-native
in the default collection provisioned in workspace.json.
You can specify the collection explicitly as follows:
nx g @nx/react-native:upgrade-native ...
Show what will be generated without writing to disk:
nx g upgrade-native ... --dry-run
Application project name to upgrade native files.
The display name to show in the application. Defaults to name.
detox
detox
, none
Adds the specified e2e test runner.
false
Generate JavaScript files rather than TypeScript files
true
Runs pod install
for native modules before building iOS app.