See Getting Started to install requirement tools.
$ npm install -g react-native-cli
$ npm install
$ brew update && brew cask install react-native-debugger
$ npm install
$ npm run debug
$ npm start
- Open Android emulator (recommended Genymotion) and run command:
$ npm run android
- Or connect real device via USB
Yilin Gan - yummyelin