- 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 installOr (optional) install and use yarn for faster package management
yarn installreact-native run-iosnpm run test