[0.79] Planned removal of Remote JS Debugging via Chrome #872
huntie
announced in
Announcements
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions