mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: For Fabric LayoutAnimations, we need to support interpolating the Transform property (which really ends up just being interpolation of ScaleX, ScaleY, or ScaleXY transforms - not arbitrary matrices). To support that, we need to be able to convert Transform back to folly::dynamic, and on the Java side we need to support accepting arbitrary matrices instead of transform maps of properties. Changelog: [Internal] Fabric-only changes Reviewed By: sammy-SC Differential Revision: D21564590 fbshipit-source-id: b137f659b27e4b8fae83921a28ccf46035e18651