- Install node.js
- Install Xcode and run it once to install command line tools
- Install React Native's CLI (
npm install -g react-native-cli
) - Install project dependencies
npm install
Or (optional) install and use yarn for faster package management
yarn install
react-native run-ios
npm run test