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/50984 # Changelog: [Internal] We are only using these struct to define how they will be serialize before sending over CDP, no need for custom constructors. Also updated the naming of the serialization method to align with other parts of the project: `asDynamic()` -> `toDynamic()`. Reviewed By: huntie Differential Revision: D73774114 fbshipit-source-id: d0371cf3dee7584daa77054f73aced440550e674
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.