-
Notifications
You must be signed in to change notification settings - Fork 956
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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. #5511
Comments
getting same issue |
2 similar comments
getting same issue |
getting same issue |
Same here </3 |
going through same error :/ |
Same i am also facing the same issue |
Install this version as this version is working |
This solved the problem for me: |
Thanks for the suggestion. I've followed the step. But I can't find "network" tab. I've restored the devtools into default but nothing changes. Does anyone have the same issue?
|
How is doing that even a solution. The "Open Debugger" button is broken, it shouldn't be attempting to do anything with flipper since it was removed entirely in 0.74. |
🐛 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:
to handle the 'flipper://' URL scheme.**
Environment
React Native Latest version 0.73
The text was updated successfully, but these errors were encountered: