To run your app on iOS: react-native run-ios react-native run-ios --simulator="iPhone X"
- or - Open ios/OnTrackApp.xcworkspace in Xcode Hit the Run button To run your app on Android: Have an Android emulator running (quickest way to get started), or a device connected react-native run-android
brew install watchman
npm install rnpm -g
npm install -g react-native-cli
sudo gem install cocoapods
npm i
cd ios && pod install && cd ..
react-native link
cd app && touch settings.json