mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Hey! Since new architecture introduced View Flattening on iOS, props responsible for disabling this feature on specific views should be defined in cross platform interface. Reference: https://github.com/reactwg/react-native-new-architecture/discussions/110 ## Changelog: [GENERAL] [CHANGED] - move view flattening props to cross platform type interface Pull Request resolved: https://github.com/facebook/react-native/pull/49220 Test Plan: N/A Reviewed By: fabriziocucci Differential Revision: D69239454 Pulled By: javache fbshipit-source-id: a89cb9fbaec63bbcb7691df067d5d3a375a8a66e
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.