@2ndev/rn-boilerplate
v1.1.14
Published
NorthStudio React Native Boilerplate
Downloads
34
Maintainers
Readme
Quick start
To create a new project using the boilerplate simply run:
npx react-native@latest init MyApp --template @2ndev/rn-boilerplate
Assuming you have all the requirements installed, you can run the project by running:
yarn start to start the metro bundler, in a dedicated terminal yarn to run the platform application (remember to start a simulator or connect a device).