How do I prevent React Native devtools from launching in the browser when I enable debugging?

582 views Asked by At

I'm attempting to debug my React Native app with Flipper, and every time I open the developer menu and choose Debug, it launches a browser tab with the debugging UI. This doesn't happen when I have React Native Debugger running, but for some reason it does with Flipper.

0

There are 0 answers