-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the last version can't debug in Genymotion #18237
Comments
same with normal Android emulator. just upgraded react-native to Without remote debugging it works. |
+1, the debugger no longer uses xip.io but rather tries to connect to localhost:8081 and fails. It seems to also crash my app after I dismiss the error. |
Duplicate of #18212 |
Describe
I run android app in genymotion , debug will open
http://10.0.3.2:8081
, notlocalhost:8081
, and app can't connect 10.0.3.2 , but in devices, it work well ,how to set let debug open localhost not 10.0.3.2 in genymotion?Environment
react native : 0.54
genymotion: 2.12.0
macOS: 10.13.3
The text was updated successfully, but these errors were encountered: