mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-06 09:17:55 +08:00
Summary: @public Make the flow type of TimingAnimationConfig and TimingAnimation the same as SpringAnimationConfig and SpringAnimation. This is a more accurate flow type as both are multiplexed through maybeVectorAnim(). Reviewed By: @sahrens Differential Revision: D2410166