Can't connect to localhost in some setups #212
Labels
🚄 doc & examples
requests for documentation, usage examples, and support
enhancement
New feature or request
link
Relates to link functionality
This is pulled out of #186 as more general "development configuration"/documentation issue. This thread is generally documenting and organizing network (or seemingly network) issues. Some goals:
How to connect to localhost to different environs:
android simulator: Set host to
10.0.2.2
android device:
adb reverse
should workiOS device: serve from and connect to your IP address (or alternatively
mycomputername.local
on mac)iOS simulator: should work with
localhost
Troubleshooting tips:
The "random ports" can happen as a result of network issues. A temporary workaround might be to use
ngrok
The text was updated successfully, but these errors were encountered: