Tools
First, check the official React Native documentation for how to setup-ios React Native (select 'Building Projects with Native Code').
- Install Xcode - https://itunes.apple.com/il/app/xcode/id497799835
- Install Android Studio - https://developer.android.com/studio/
- Install react-native-cli globally -
npm install react-native-cli -g - Install Cocoapods -
gem install cocoapods - Install Watchman -
brew update && brew install watchman - Install Xcode Command Line Tools (Open Xcode, choose "Preferences..." from the Xcode menu. Go to the Locations panel and install the tools by selecting the most recent version in the Command Line Tools dropdown.)
