jhen0409 / react-native-debugger

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

React dev tools keep saying "Unsupported version" #673

Open frags51 opened 2 years ago

frags51 commented 2 years ago

Similar to #620 I do not have react-dev tools installed in my local project and have installed the correct version of react dev tools globally. As mentioned in the comments on the related issue:

The "Unsupported DevTools backend version" error persists for me, having tried everything listed. The tool seems bent on using react-devtools 4.14.0-d0ec283819 no matter how I try to upgrade to 4.22.1 everywhere for both react-devtools and react-devtools-core. I am working on an Expo project, on a Mac.

I am using react-native-debugger's latest version, on windows.

garrettg123 commented 2 years ago

See https://github.com/jhen0409/react-native-debugger/issues/620#issuecomment-1011384579, exact same issue fixed for me.

frags51 commented 2 years ago

@garrett-gottlieb , it worked for me, but only while I was testing on Android :\ On iOS, I still see the same issue for some reason