React Native Debugger version: 0.6.0 because latest version crashes on load
React Native version: [email protected]
Platform: Android
Is real device of platform: Yes
Operating System: macOS 10.12.1
React and Redux inspectors don't attach to React-Native instance
Could you provide details about latest version crashes on load in another issue?
For this issue you can read How to use it with real device? section, or if you're debug via USB, you can just run adb reverse tcp:8097 tcp:8097 (v0.6.2 should run it automatically).
so running adb reverse tcp:8097 tcp:8097 fixed the issue, Thanks!
Crashing error is identical to #81
On real device: Shake device & Click "Debug Remote JS".
On Simulator: Try: Cmd or control + D on the Simulator & Click "Debug Remote JS".
adb tcpip 5555
adb reverse tcp:8097 tcp:8097
works for me on Android on Windows
Most helpful comment
so running
adb reverse tcp:8097 tcp:8097fixed the issue, Thanks!