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!