0.1.5 • Published 6 years ago
@jbuijgers/nx-react-native v0.1.5
This library serves as an addition to Nx and will allow generating React Native apps.
Attention
This library is still under heavy development.
Getting Started
Install the latest React Native CLI
This plugin will not work without it, due to how @react-native-community/cli is set up.
npm i -g @react-native-community/cli@nextCreate a React Native app
yarn add --dev @jbuijgers/nx-react-native
nx g @jbuijgers/nx-react-native:app myapp com.myappFix a temporary bug
chmod a+x apps/myapp/android/gradlewRun the application
nx serve myapp
nx build myappRoadmap
- Add tests
- Add iOS support
- Add linting to schematics
- Add testing to schematics