See Getting Started to install requirement tools. React-Native-Vector-Icons Installation React-Native-WebRTC iOS Installation iOS Device Achitecture Compatibility Chart FBSDK Google AdMob Framework
$ npm install -g react-native-cli
$ npm install
$ npm run dev
Run command to open iOS simulator and run app:
$ npm run ios
Or open ios/RNBoilerplate.xcodeproj
file with XCode:
$ npm run ios-open
Open Android emulator (recommented Genymotion) and run command: (Or connect real device via USB)
$ adb reverse tcp:8097 tcp:8097 # if you're using react-devtools
$ npm run android
In development mode, you can install React Native Debugger as default debugger. If not installed, it will use Remote Redux DevTools and On Debugger.