React Native Boilerplate basic hello world app
Fork or clone the repo and install node modules using
npm install
To start the app in your device/emulator use
npm run android-linux
This will start building the app and install the app on your device/emulator
android-linux script has been added to package.json file which includes react-native run-android and other commands to start the development server and running on the device at the same time in single command.
NOTE: Now this boilerplate supports React Navigation library to navigate from one screen to another and React Native Elements UI library.
For more information on React Navigation, visit their documentation https://reactnavigation.org/docs/en/getting-started.html