mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-08 22:42:40 +08:00
Summary:This adds support for passing plain numbers into the add and multiply operators. This can be useful if you want to have one AnimatedValue for a component that is say a scale 0 -> 1 and then animated many style properties accordingly using derivative Animated values. Thoughts? As far as implementation, there may be more performant implementations that do not require creating a whole new AnimatedValue for every static number. I am open to suggestion. Closes https://github.com/facebook/react-native/pull/6154 Differential Revision: D2979962 Pulled By: vjeux fb-gh-sync-id: b5ecb568b4c64b995dc4100991f02c17f0dd97dd shipit-source-id: b5ecb568b4c64b995dc4100991f02c17f0dd97dd