@nx/react-native:upgrade-native
Upgrade native iOS and Android code to latest.
Monorepo World: October 7, 2024Monorepo World: October 7, 2024Join us!
Upgrade native iOS and Android code to latest.
1nx generate upgrade-native ...
2
By default, Nx will search for upgrade-native
in the default collection provisioned in workspace.json.
You can specify the collection explicitly as follows:
1nx g @nx/react-native:upgrade-native ...
2
Show what will be generated without writing to disk:
1nx g upgrade-native ... --dry-run
2
Application project name to upgrade native files.
The display name to show in the application. Defaults to name.
cypress
cypress
, playwright
, 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.
Join us live for exciting talks on developer tooling and monorepos! Catch the action on YouTube and join the conversation on Discord!