Clone this repository to start a project based on
"react-native": "0.44.2",
"react": "16.0.0-alpha.6",
"react-native-navigation": "1.x.x"
Check react-native-navigation
's documentation for usage details.
Download npm dependencies:
npm install
-or-
yarn
./scripts/android_licenses.sh
From 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