[0.79] Removal of Remote JS Debugging via Chrome #872
huntie
announced in
Announcements
Replies: 6 comments 11 replies
This comment was marked as spam.
This comment was marked as spam.
|
This would be incredibly useful for enabling the new Static Hermes in React Native also, as the remote debugger is a blocker for that! |
5 replies
|
Is it support API request and Monitoring?? |
0 replies
|
Are there any updates for the network panel yet?? |
1 reply
2 replies
|
Is there any way to view the console from devtools on a remote browser? My main machine is a linux desktop, I develop and run on a mac, but hate having to use remote desktop simply to view the devtools window. I only rely on the console, is there any way to view this in a browser on my linux machine? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Summary
🚨 Key change: Remote JS Debugging will be removed in React Native 0.79 (ETA: April 2025).
Why it matters: Older debugging integrations will no longer be supported.
Why now? This follows:
Motivation (recap)
The big picture: Debugging has been historically bad due to fragmentation. Our strategy is modern JavaScript debugging over CDP, which is stable since 0.76.
Impact and alternatives
Use React Native DevTools
React Native DevTools is our default debugging experience since 0.76. It is more deeply integrated and fundamentally more reliable than previous debugging methods in React Native.
See Opening DevTools.
Third party plugins and react-native-debugger
React Native DevTools launched with an intentionally minimal feature set that excludes plugins, although highly requested.
All reactions