mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
bdc2c198e0
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/53978 Inconsistency between the previous and old version of `processTransform` - if frameSize is 0, the transform was being ignored, which is not correct when considering a fixed transform origin and a rotation animation for example. Instead, always apply the transform origin if it's set. Changelog: [Android][Fixed] Fixed representation of transforms when view is originally zero-sized Reviewed By: mdvacca Differential Revision: D83469083 fbshipit-source-id: e9ae1500f64c700708edb00b2d5871e3f224fb07
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.