Expo Go
Expo Go lets you run an Expo / React Native app on a real phone without building a native binary.
Your phone loads the app from the development server running on your computer.
Install
Install Expo Go from the App Store (iOS) or Google Play (Android).
Start the Dev Server
From the project directory:
npx expo startA QR code will appear in the terminal or browser.
Run the App
- Open Expo Go on your phone
- Scan the QR code
- The app loads on the device
Code changes automatically reload the app.
Tunnel Mode (restricted networks)
If the phone cannot connect to the server (common on school Wi-Fi):
npx expo start --tunnelThis routes the connection through Expo servers.
Quick Workflow
npx expo startScan QR → App runs → Edit code → Auto reload



