npm install
react-native link
npm start
- Run xCode and open
./ios/${PROJECT_NAME}.xcodeproj
- Choose your simulator and run it
react-native run-ios
- Do not forget
./android/local-properties
- Connect your device or launch a simulator with Android Studio
react-native run-android
- You have at least node 10
brew install node
- You have watchman
brew install watchman
npm install -g react-native-cli