Clone this repository to start a project based on
[email protected]
[email protected]
react-native-navigation@next
Check react-native-navigation's documentation for usage details.
Download npm dependencies:
npm install
-or-
yarn./scripts/android_licenses.shFrom project dir, run:
-
Build and run (this will start a simulator if not already started)
react-native run-ios
This would also start a packager if not already started
-
Set your Simulator to live reload changes
⌘+d(cmd+d) =>Enable Live Reload
-
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