facebook / flipper

A desktop debugging platform for mobile developers.
https://fbflipper.com/
MIT License
13.31k stars 954 forks source link

React dev tools and Hermes debugger not detected #4891

Open TNAJanssen opened 1 year ago

TNAJanssen commented 1 year ago

🐛 Bug Report

When i create a new Expo app, configure flipper and try to debug using react dev tools it doesn't show up as a available plugin. When i open react-devtools using npx react-devtools it does connect.

To Reproduce

Create new expo project, configure Flipper, prebuild, run on device and open flipper.

Environment

Android 13 iOS 16.5 React native 0.70.8 Flipper 0.201.0

TNAJanssen commented 1 year ago

These do connect but only when the device is plugged in:

image
JuuRousse commented 1 year ago

I had the similar issue. It helped me to upgrade react native to 0.72.2. https://github.com/facebook/react-native/releases/tag/v0.72.2. ( fixed: Re-enabled debugging for debug builds)

SoyDiego commented 1 year ago

@JuuRousse Thanks bro! Update was the solution!!