Inspector get stuck at "Connecting to React…"
See original GitHub issueI did adb reverse tcp:8097 tcp:8097
but it doesn’t help.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:6
- Comments:15 (8 by maintainers)
Top Results From Across the Web
Element inspector not working (React Native) - Stack Overflow
I found the solution for my case from the React Native documentation. However, when react-devtools is running, Inspector will enter a collapsed ...
Read more >Debugging your app with React Native Debugger
In this tutorial, you can learn how to use React Native Debugger to debug React Native apps in a few easy steps.
Read more >Using Hermes - React Native
Hermes is an open-source JavaScript engine optimized for React Native. ... Chrome debugger by implementing the Chrome inspector protocol.
Read more >Debugging - Expo Documentation
android; Build the app from Android Studio and connect the debugger. ... Stuck. The Expo community and the React and React Native communities...
Read more >8 Ways to Debug your React Native App with Expo - Medium
Debug React Native app in Flipper, React Native Debugger, and Expo ... A tool that is similar to the inspector that we use...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
react-devtools-core@2.3.0
should fixed the problem, please update the package in your react-native project. (Note that it’s dependency ofreact-native
)@jhen0409 Thank you, for some reason
adb reverse tcp:8097 tcp:8097
works for me now.