View the following blog post (WIP) for a step by step tutorial of creating this project.
Check the following libraries for more details:
Download npm dependencies:
npm i -g react-native-cli
npm installFrom 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