I\'ve created an expo app with exp init MyApp
command and started it by running exp start
in MyApp
directory.
Then I\'m scanni
For my case, using wireless adapter, I had to make my Network profile private. 1) Go to Properties of wireless network 2) Make network profile private
What solved this for me was simply changing the connection from LAN to Tunnel. When you start an expo app, a browser window will open with a URL like http://localhost:19002/. Along the left side is a Connection option set to LAN by default. Changing it to Tunnel before scanning the QR code with the expo app solved it.
In my case, expo app was outdated. I just updated expo from store and it started working.
I had the same problem and I solved it by deactivating the Virtualbox internet connection, that happens because Node take that connection to start the packager.
I had the same problem and fixed it on Windows 10 by making my machine discoverable on the network:
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: