Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

React Native 0.66 - Cant open React-Native-Debugger, Flipper is default

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?

enter image description here

like image 670
chenop Avatar asked Mar 22 '26 08:03

chenop


1 Answers

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)
like image 51
chenop Avatar answered Mar 26 '26 13:03

chenop



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!