Install the dependencies:
yarn install --force
Start the packager
npm start
or if node is misbehaving
npm start -- --reset-cache
- Start Xcode
- Build and run the project from the ios directory (you may have to sign the thing if you're running on your own device)
- Start AndroidStudio
- Build and run the project from the android directory (uses gradle)
npm i -g react-native-cli
react-native bundle --entry-file index.ios.js --platform ios --dev false --bundle-output ios/main.jsbundle --assets-dest ios
- Switch which line is commented in AppDelegate.m
- 21 should be run
- 25 should be commented out