npm

@jbuijgers/nx-react-native
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

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@next

Create a React Native app

yarn add --dev @jbuijgers/nx-react-native
nx g @jbuijgers/nx-react-native:app myapp com.myapp

Fix a temporary bug

chmod a+x apps/myapp/android/gradlew

Run the application

nx serve myapp
nx build myapp

Roadmap

  • Add tests
  • Add iOS support
  • Add linting to schematics
  • Add testing to schematics

Package Sidebar

Install

npm i @jbuijgers/nx-react-native

Weekly Downloads

1

Version

0.1.5

License

MIT

Unpacked Size

164 kB

Total Files

63

Last publish

Collaborators

  • jbuijgers