facebook/flipper

Unable to Debug React Native default (new) App in Chrome Debugger because of flipper this waring Attempting to debug JS in Flipper (deprecated). This requires Flipper to be installed on your system to handle the 'flipper://' URL scheme.

omprakashcs01 opened this issue ยท 11 comments

๐Ÿ› Bug Report

When attempting to open the new react native app default app and trying to debug in Chrome debugger, users encounter an error message stating in terminal: "Attempting to debug JS in Flipper (deprecated). This requires Flipper to be installed on your system to handle the 'flipper://' URL scheme." This prevents users from efficiently debugging their React Native apps using Chrome Debugger through Flipper.

To Reproduce

Sure, here are the steps you provided converted into a numbered list:

  1. Open a new React Native application in development mode.
  2. Start the application and ensure it's running on a device or simulator.
  3. try to open debugger (CLT+M) in Android simulator to open Chrome debugger browser.
  4. after getting warring Attempting to debug JS in Flipper (deprecated). This requires Flipper to be installed on your system
    to handle the 'flipper://' URL scheme.**
  5. Unable to Navigate to the Chrome Debugger tool.
  6. Unable Attempt to connect to the running React Native app for debugging.

Environment

React Native Latest version 0.73

image

I am also getting same waring

Screenshot 2024-03-16 at 2 03 44โ€ฏPM

I am Also getting same issue
react-native:0.73.6
device: android

image image

and this gets happend after commenting line number 60 below
image

getting same issue

getting same issue

getting same issue

Same here </3

how can I install flipper in android[windows]

going through same error :/

Same i am also facing the same issue

This solved the problem for me:
https://reactnative.dev/docs/debugging

image