I am having windows firewall issues connecting to the react-native packager from expo on both the VS android emulator and an Android hardware device.
The error I am getting in Expo is "Uncaught Error: Packager is not running at http:/192.168.1.8:19001".
This is not the usual connect issue you have with Expo as documented in Could not load exp:// Something went wrong . I've already lain on that bed of pain. I now have my environment variable set up like so...
set REACT_NATIVE_PACKAGER_HOSTNAME=192.168.1.8
This is something entirely new. Everything was working fine up to the last windows update. The reason I know it is a windows firewall issue is that when I turn off the firewall everything starts working.
But this is not a fix. I would really like to turn my firewall back on. I've looked at the firewall rules and I see Expo XDE and Node.js in the inbound rules.
What is the real fix for this? I have a feeling a lot of people are suddenly having this issue.