mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
e0be14a310
Summary: Calling `setPivotX` and `setPivotY` internally sets `isPivotExplicitlySet` in Android UI, which causes some transforms to no longer use the right transform. Instead use `resetPivot` to get the desired behaviour. Changelog: [Android][Fixed] Bug with view transforms when view recycling is enabled Reviewed By: NickGerleman Differential Revision: D38579267 fbshipit-source-id: 36186286c6765f92aabaa44994546e06f34c2be0