@nrwl/react-native:upgrade-native
Upgrade native iOS and Android code to latest.
Usage
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 @nrwl/react-native:upgrade-native ...
Show what will be generated without writing to disk:
nx g upgrade-native ... --dry-run