mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/50337 # Changelog: [Internal] This should not have any functional changes, it only prevents the WebSocket from being killed on Android, when we are sending Profile-related Trace Events. For large traces, a single message could be more than 16MB, because we send a unique string url for every call frame. Reviewed By: huntie Differential Revision: D71993748 fbshipit-source-id: f0bfddfb0bb87631e72b573142abdf0d7d87ba48
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.