flipper icon indicating copy to clipboard operation
flipper copied to clipboard

Unable to Debug React Native Latest version (0.73) Chrome Debugger deprecated 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.Question:

Open omprakashcs01 opened this issue 11 months ago • 8 comments

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

  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
  5. to handle the 'flipper://' URL scheme.**
  6. Unable to Navigate to the Chrome Debugger tool.
  7. Unable Attempt to connect to the running React Native app for debugging image

omprakashcs01 avatar Mar 12 '24 15:03 omprakashcs01

I am also getting same issues, Someone please help

adarshbuopso avatar Apr 04 '24 13:04 adarshbuopso

Facing same issue from 30 days

SalmanAli121 avatar Apr 17 '24 18:04 SalmanAli121

same problem.

chenweigh avatar Apr 23 '24 07:04 chenweigh

Same Issue #5511

asgarPeerbits avatar May 10 '24 05:05 asgarPeerbits

any solution

tanzeel152 avatar May 10 '24 11:05 tanzeel152

download this version of flipper windows: https://github.com/facebook/flipper/releases/download/v0.220.0/Flipper-win.zip Mac: https://github.com/facebook/flipper/releases/download/v0.220.0/Flipper-mac.dmg

adarshbuopso avatar May 10 '24 11:05 adarshbuopso

@adarshbuopso This is for windows Can you share for MAC

asgarPeerbits avatar May 10 '24 11:05 asgarPeerbits

for mac https://github.com/facebook/flipper/releases/download/v0.220.0/Flipper-mac.dmg

adarshbuopso avatar May 10 '24 12:05 adarshbuopso

Same issue. We're on RN0.74. We don't want to use flipper at all, but it tries when we click Open Debugger. The deprecated warning on localhost:8081 says to click that to use the new hermes debugging. Hermes is enabled and working. Why is "Open Debugger" even attempting to do anything with flipper?

phazei avatar Sep 19 '24 20:09 phazei

Same Issue #5511

I am Facing Same issue

asgarPeerbits avatar Sep 20 '24 11:09 asgarPeerbits

You can use Reactotron from Infinite red

https://docs.infinite.red/reactotron/

adarshbuopso avatar Sep 20 '24 12:09 adarshbuopso