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

3.2k Views Asked by At

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

2

There are 2 best solutions below

1
On

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)
0
On

Need to install Flipper Dev Tool download from here