React-native-debugger: "Waiting for React to connect..."

Created on 8 Jul 2017  路  6Comments  路  Source: jhen0409/react-native-debugger

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

question

Most helpful comment

so running adb reverse tcp:8097 tcp:8097 fixed the issue, Thanks!

All 6 comments

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

so running adb reverse tcp:8097 tcp:8097 fixed the issue, Thanks!

after running adb reverse tcp:8097 tcp:8097
getting error: closed but bundler is not starting.

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

khomyakov42 picture khomyakov42  路  4Comments

arrygoo picture arrygoo  路  5Comments

AndrejGajdos picture AndrejGajdos  路  4Comments

DenJohX picture DenJohX  路  3Comments

danilobuerger picture danilobuerger  路  4Comments