This library serves as an addition to Nx and will allow generating React Native apps.
This library is still under heavy development.
This plugin will not work without it, due to how @react-native-community/cli is set up.
npm i -g @react-native-community/cli@next
yarn add --dev @jbuijgers/nx-react-native
nx g @jbuijgers/nx-react-native:app myapp com.myapp
chmod a+x apps/myapp/android/gradlew
nx serve myapp
nx build myapp
- Add tests
- Add iOS support
- Add linting to schematics
- Add testing to schematics