Setup Expo CLI v2 - React Native Training HD
Screencast showing you how to setup your machine to start developing React Native Applications What you need: - Expo cli installed - Expo client app in your phone - iOS or Android Simulator (optional, need more setup) setup: npm i -g expo-cli "or" yarn add global expo-cli create yout first project: expo init YOUR_PROJECT_NAME cd YOUR_PROJECT_NAME expo start