hi
when i start Remote js debugging it is not going to http://localhost:8081/debugger-ui/ and go to the ip address http://10.0.0.2:8081/debugger-ui/
and in android emulator show white screen
then i enter http://localhost:8081/debugger-ui/ in chrome and go to devtools show this massage in console.
i use last version of react native(0.55)
my emulator is nexus5
i use android device
whats problem?
how to fix this?
Thanks for posting this! It looks like your issue may be incomplete. Are all the fields required by the Issue Template filled out?
If you believe your issue contains all the relevant information, let us know in order to have a maintainer remove the No Template label. Thank you for your contributions.
is this issue in 0.55 ??
I'm having the same problem with RN 0.55.3. react-native run-android tries to launch http://10.0.2.2:8081/debugger-ui instead of http://localhost:8081/debugger-ui. And the Android app is just a blank page. When remote js debugging is disabled the app works.
@sathishu37
yes in 0.55
i am confuse what is the problem
same issue
This issue was marked as lacking information required by the issue template. There has been no activity on this issue for a while, so I will go ahead and close it.
If you found this thread after encountering the same issue in the latest release, please feel free to create a new issue with up-to-date information by clicking here.
If you are the author of this issue and you believe this issue was closed in error (i.e. you have edited your issue to ensure it meets the template requirements), please let us know.
I have solved this issue by opening the developer tools or Press Cmd + M
.
Debug server host & port for device
.localhost: 8081
.I'm having the same problem with RN 0.55.3. react-native run-android tries to launch http://10.0.2.2:8081/debugger-ui instead of http://localhost:8081/debugger-ui. And the Android app is just a blank page. When remote js debugging is disabled the app works.
did you fix it?
@Vishal-Lakkapathri your solution worked. Thanks a lot
uninstall your application, then run => react-native run-android in terminal then click debugging end in chrome replace http://localhost:8081/debugger-ui/, end run react-native run-android. if you still haven't succeeded try again
Most helpful comment
I have solved this issue by opening the developer tools or Press
Cmd + M
.Debug server host & port for device
.localhost: 8081
.