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
I solved it by deactivating it, although you could also open port 19000, which is used by Expo.
In my case, I had "host" set to 'localhost' in the XDE - which of course won't work on my physical device ;-) So, if you want to debug on a physical device, make sure your host is set to LAN instead. (Tunnel would work too, but would make debugging painstakingly slow)
For anyone that using ESET firewall, you have to go into firewall rules and allow ports 19000,19001,19002, Advanced->Rules->Edit, on General tab select Direction->Both, Action->Allow, then visit Local tab and on port field add the mentioned ports above, click ok. Do this action for every port you need to add.
In my case, the issue was fixed by doing the following on my Android (Galaxy Note 5):
It still threw an issue once before working perfectly upon further tries.
Uninstalling and reinstalling expo on my Mac cleared this for me. Expo was complaining about being out of date.
For me, expo
wasn't started. So expo start
in VS Code terminal solved it.