You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Encountering difficulties debugging a default React Native app in Chrome Debugger due to Flipper, with a warning signaling the deprecated status of debugging via Flipper, necessitating installation of Flipper on the system to handle the 'flipper://' URL scheme
#802
Open
omprakashcs01 opened this issue
Mar 12, 2024
· 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
Open a new React Native application in development mode.
Start the application and ensure it's running on a device or simulator.
try to open debugger (CLT+M) in Android simulator to open Chrome debugger browser.
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.**
Unable to Navigate to the Chrome Debugger tool.
Unable Attempt to connect to the running React Native app for debugging
React Native Debugger app version: Latest version 0.73
React Native version: 0.73
Platform: Android
Is real device of platform: No REAL DEIVCE (simulator only)
Operating System: Windows
The text was updated successfully, but these errors were encountered:
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
React Native Debugger app version: Latest version 0.73
React Native version: 0.73
Platform: Android
Is real device of platform: No REAL DEIVCE (simulator only)
Operating System: Windows
The text was updated successfully, but these errors were encountered: