react-native-navigation-bootstrap
react-native-navigation
based project
Bootstrap for a vanilla Clone this repository to start a project based on
"react-native": "0.51.1",
"react": "^16.3.0-alpha.1",
"react-native-navigation": "^2.0.0",
"react-native-ui-lib": "^3.3.32"
Check react-native-navigation
's documentation for usage details.
preparing your project
Download npm dependencies:
npm i -g react-native-cli
npm install
Renaming the project
If you would like to rename the project you can use React Native Rename
Running your project
From project dir, run:
iOS
-
Run the packager
npm run start
-
Open the project in xcode from
ios/reactNativeInit.xcodeproj
-
Build and run from Xcode
Android
-
Start an emulator
-
Build and run
react-native run-android
This would also start a packager if not already started
-
Set your Emulator to live reload changes
⌘
+m
(cmd
+m
) =>Enable Hot Reloading
To open packager manually, from project dir run:
react-native start