mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
b589123a3d
Summary: Restructured the JS implementation of AnimatedInterpolation to make it clearer how colors and other string-based interpolatables are supported. We're then able to use a very similar structure to implement this interpolation on the native driver as well, which simplifies implementation, and improves support for different color types. Changelog: [General][Fixed] Improved support for AnimatedInterpolation of color props. Reviewed By: mdvacca Differential Revision: D40571890 fbshipit-source-id: 7c204a7b736722732dc5f9e0d158ef5af81b4bb1