mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
011425358a
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/52487 Continues integration of `NetworkReporter` (jsinspector-modern) on Android, to enable the Network panel in React Native DevTools. NOTE: As with iOS, all changes are gated behind the `enableNetworkEventReporting` and `fuseboxNetworkInspectionEnabled` feature flags. **This diff** Integrates `Network.storeRequestBody` on Android (CDP: [`Network.getResponseBody`](https://chromedevtools.github.io/devtools-protocol/tot/Network/#method-getResponseBody) CDP event) to populate the "Preview" and "Response" tabs in the React Native DevTools Network panel. This is integrated with `NetworkingModule.kt` to support synchronously received `text` or `blob` data types, with incremental response support added next in D77927896. Changelog: [Internal] Reviewed By: cortinico Differential Revision: D77799617 fbshipit-source-id: 495baebbb3b447d1ea86705c1680578eed796d78