You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finally was able to resolve an issue I've dealt with in several apps where on the Android platform, requests to localhost do not resolve despite adb reverse being called correctly.
I was able to fix this issue by modify the environment variable while in dev mode (_DEV_ = true) by pointing at 10.0.2.2 instead of localhost :
Finally was able to resolve an issue I've dealt with in several apps where on the Android platform, requests to localhost do not resolve despite
adb reverse
being called correctly.I was able to fix this issue by modify the environment variable while in dev mode (
_DEV_ = true
) by pointing at10.0.2.2
instead oflocalhost
:We should add this to our default setup.
The text was updated successfully, but these errors were encountered: