Setup
Install Dependencies
Update Brew for OS X
$ brew update && brew upgradeInstall Node and NPM
$ brew install nodeInstall Watchman
$ brew install watchmanInstall the React Native CLI
$ npm install -g react-native-cliSetup Native SDKs
Last updated
Was this helpful?