jhen0409 / react-native-debugger

The standalone app based on official debugger of React Native, and includes React Inspector / Redux DevTools
MIT License
10.38k stars 810 forks source link

Built in react-devtools does not connect to real device #281

Open dentuzhik opened 6 years ago

dentuzhik commented 6 years ago

React Native Debugger app version: 0.8.1 React Native version: 0.55.4 Platform: iOS Is real device of platform: Yes Operating System: macOS

I have used a snippet to set up react-devtools on a real device, and it works fine with a standalone version of react-devtools. At some point it also worked with the one built into inspector, but after some point it stopped connecting, and nothing really helps (I also tried to uninstall it using brew).

Can this be related to some cache files which are not touched by brew installation? If I can help somehow to debug this please, let me know.

dentuzhik commented 6 years ago

Clearing ~/Library/Application Support cache did not resolve an issue.