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/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