0

When I am trying to connect to remote debugger it shows following error. enter image description here

react version: 16.3.1, react-native version : 0.55.2

tried with adb reverse tcp:8081 tcp:8081 and react-native start,but when I select the debug window still showing the above error.

Pranab V V
  • 1,386
  • 5
  • 27
  • 53

1 Answers1

4

Try to add your ip-address:8081 in Dev setting ==> debug server host and port for device...

yogeshwar nair
  • 793
  • 2
  • 5
  • 21