@nrwl/react-native
React Native Plugin for Nx
Here is a list of all the executors and generators available from this package.
Executors
Runs Android application.
Runs iOS application.
Builds the JavaScript bundle for offline use.
Release Build for Android.
Starts the Javascript server that communicates with connected devices.
Syncs dependencies to package.json (required for autolinking).
Ensure workspace node_modules is symlink under app's node_modules folder.
Serve React Native Storybook
Generators
Initialize the @nrwl/react-native plugin
Create a React Native application
Create a React Native library
Create a React Native component
Set up storybook for a react-native app or library
Generate storybook story for a react-native component
Create stories/specs for all components declared in an app or library