mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-02 22:41:18 +08:00
Summary: This adds the ability to nest animated styles and is a follow up to #11030 . **Test plan (required)** Verify a component with a shadowOffset animation animates. Example: ``` <Animated.View style={{ shadowOffset: { width: 0, height: this._pressAnim.interpolate({ inputRange: [0, 1], outputRange: [20, 5], }), }, }}, /> ```  Closes https://github.com/facebook/react-native/pull/12909 Differential Revision: D4723933 fbshipit-source-id: 751d7ceb4f9bb22283fb14a5e597730ffd1d9ff6