Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

There was problem loading requested app.it looks like you may be using LAN URL

I am not able to compile my project through expo.I have followed all steps to eject expo for run the app in iOS.Please find below error screen shot for your reference.enter link description here enter image description here

like image 519
Nagabhushan Vaddi Avatar asked Jun 22 '19 11:06

Nagabhushan Vaddi


4 Answers

Try expo-cli start --tunnel Working for me.

 [16:13:53] Expo DevTools is running at http://localhost:19002 
 [16:14:10] Your native app is running at exp://fa-2jw.testdev.testdev-expo.exp.direct:80
like image 67
Parveen Chauhan Avatar answered Nov 07 '22 12:11

Parveen Chauhan


If the new project build doesn't solve it,

Your uri will look like this.

Your URL is: exp://192.168.43.61:19000

as opposed to this.

exp://9h-hcy.bacon.tickle_me_elmo.exp.direct:80

Then you can try this.

exp start --tunnel and check to make sure you have a pretty solid wifi connection

If not exp start -m tunnel

A detailed description of the connection.

like image 40
hong developer Avatar answered Nov 07 '22 12:11

hong developer


I've had the same problem and no answer here helped me. In fact, I've had a older version of Expo on my iPhone. So, I've update to the latest expo version in my iPhone and then it worked perfectly.

like image 2
Vítor Resende Avatar answered Nov 07 '22 12:11

Vítor Resende


I updated both Node.js on the computer and Expo App on mobile to the latest version. then it worked for me.

like image 1
MSK Perera Avatar answered Nov 07 '22 12:11

MSK Perera