mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
cb7453fb9f
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/53840 After this diff, successful network events are displayed as fully hydrated timespans in the Performance panel network track, with all metadata needed to usefully populate the UI. **Changes** Adds: - `"ResourceFinish"`: `encodedDataLength`, `decodedBodyLength` - `"ResourceReceiveResponse"`: Populates `data.timing` members, which enables *"Request sent and waiting"* to be rendered correctly in the timeline. Removes: - `"ResourceWillSendRequest"` events — very rarely emitted by Chrome and are extraneous for our use case. Changelog: [Internal] Reviewed By: hoxyq Differential Revision: D82636798 fbshipit-source-id: a4b0f0671b97aaadc279ac56d39fee0c95d4ddc7
Where is the template?
The React Native Template has moved from being shipping inside the react-native package to it's own package: @react-native-community/template.
Why has it moved?
The React Native Frameworks RFC0759 provides background information.
When was it moved?
The 0.75 release.