jhen0409 / react-native-debugger

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

React Native Debugger not working with React Native 0.66 #656

Open TheFe91 opened 3 years ago

TheFe91 commented 3 years ago

React Native Debugger app version: 0.12.1 React Native version: 0.66 Platform: iOS Is real device of platform: Yes Operating System: iOS 15.0.1

I just upgraded my react native project to v0.66, using XCode 13 and debugging on my real iPhone XR, iOS 15.0.1 Before upgrading everything worked nice, now I'm not able to connect to the React Native Debugger (getting errors in console that are NOT related to the app). I followed all your guides but nothing changed

Schermata 2021-10-05 alle 17 29 47
efstathiosntonas commented 3 years ago

Did you downgraded the devtools as shown on picture?

TheFe91 commented 3 years ago

@efstathiosntonas yes, I did, but downgrading it didn't work, since the debugger still saw the wrong version. I can add that creating a brand new project with npx react-native init MyProject works perfectly even with v0.66, so there could be maybe some conflict in my old project

afilp commented 2 years ago

I have the same problem but with upgrading to 4.22.0 globally (npm -g), but it shows the same error message. Seems not to read the package from the global path? I am on Windows.