I've upgraded to React Native 0.66.
I can open the developer menu but its seems the now flipper is the default choice.
I got only "Open Debugger" - which open Flipper.
I had a "Debug" option that no longer there.
I have issues with Flipper that I could not resolve - How can I use react-native-debugger?

Seems that Hermes was enabled in my Podfile - once I upgraded to 0.66 it force the use of flipper
Doing hermes_enabled => false in Podfile and running pod install enable to work with react-native-debugger again:
use_react_native!(:path => config["reactNativePath"], :hermes_enabled => false)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With