1

I am building a react native app in Android Emulator Nexus_23. I am trying to connect to the remote debugger but I get a Timeout error. On refreshing I am stuck on a blank white screen.

Tried: (1) re-installing Google Chrome too according to a few suggestions on Internet but still facing the same problem. (2) I set my ip address ("Dev Settings" -> "Debug server host for device") x.x.x.x:8081 (3) tried adb reverse tcp:8081 tcp:8081

react-native: 0.52.0 react: 16.2.0

Kindly help!

Unable to connect to remote debugger

SwethaG
  • 133
  • 1
  • 2
  • 12

1 Answers1

2

Go to your project directory in terminal and start your react-native server it will work for you.

Sachin Rajput
  • 4,326
  • 2
  • 18
  • 29