I've created an expo app with exp init MyApp
command and started it by running exp start
in MyApp
directory.
Then I'm scanning barcode which was printed in console with expo mobile app on android device.
Then "Something went wrong" screen is rendered instead of the app.
View log shows "Uncaught Error: Couldn't load exp://.....".
No errors in expo
packager console output.
It used to work sometimes ago.
For me the problem was happening when running over WiFi, as the tools always use the your first connection (you can check it by running ipconfig
) and my first connection was internet.
If that's you case you may try this workaround for changing you connections priority: