skip to Main Content

As a student working on a project with React Native, I’m currently using Windows. I’ve successfully set up and run Android Studio, but I’m having trouble running the iOS side using Expo Go. After scanning the QR code in the Expo Go app on my iPhone, I received the error message: "There was a problem loading the requested app."

How can I resolve this issue?

I tried restarting the Metro Bundler and ensuring that my iPhone was connected to the same Wi-Fi network as my development machine, but the issue persists.

2

Answers


  1. Have you tried to run your project using tunneling? Maybe Expo Go is missing permissions to access local network or Expo GO version is outdated.

    Login or Signup to reply.
  2. I am also working on a project on React Native. My development device is Windows and I am getting an error when I try to open the project with Expo Go on my iPhone. How did you achieve this with tunneling and can you explain it to me?

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search