Check Network Setup First

Before installing, make sure:
  1. Your computer and phone are on the same Wi-Fi network
  2. Your firewall isn’t blocking the Expo server (allow Node.js if prompted)
  3. Your antivirus isn’t blocking local connections
  4. Your Wi-Fi is set to “Private” network (not “Public”)
1

Install the App

After the build completes:
  1. Scan the QR code from the EAS dashboard or terminal
  2. Tap “Open with iTunes” when it appears in the Camera app
  3. Confirm installation when prompted
The app will appear in your device’s app library.
2

Enable Developer Mode

If you’re using iOS 16 or newer, you’ll need to enable Developer Mode on your iPhone to run development builds.
  1. Open Settings > Privacy & Security
  2. Scroll down and tap Developer Mode
  3. Toggle the switch to enable it
  4. Tap Restart in the security warning
  5. After restart, unlock your device
  6. Tap Turn On in the confirmation alert
  7. Enter your device passcode
For additional help, see Expo’s iOS Setup Guide
1

Start the Server

Start the development server:
npx expo start
2

Connect Your Device

  1. Open the app on your device
  2. Tap the profile icon in the top right
  3. Log in to your Expo account
  4. Tap “Fetch development servers”
  5. Select your server from the list
Alternatively, scan the QR code from the terminal (see troubleshooting below if it doesn’t work).

🚀 Awesome Job!

High five! 👏 You’ve just completed one of the trickiest parts of mobile development - getting your app running on your actual phone. That’s a big deal! Now when you make changes to your code, you’ll see them appear instantly on your phone. It’s like magic! ✨ Don’t worry if everything feels a bit overwhelming right now - that’s totally normal. Take it one step at a time, and remember: every amazing app started exactly where you are now. Ready to start building your app? Let’s go! 😄