Debugger not connecting in windows
React Native Debugger app version: 0.13.0 React Native version: 0.70.5 Platform: Android Is real device of platform: No Operating System: Windows
I had installed the react native debugger, it was in waiting state. I had also closed my google chrome entirely. Then I opened my react native app in android emulator, when I hit debug remote js it always opens it in chrome, but doest connect with react native debugger.
Has anybody found a work around?
@jhen0409 can you please help me out
I am stuck in the same problem. Its been weeks.
it worked with me when I ran
adb reverse tcp:8082 tcp:8082
and reloaded
while 8082 is the app port
Tried that, but it didn't work. My app is hosted at port 19000, should I do adb reverse tcp:19000 tcp:19000 ?
also problem on mac os