React-native-linear-gradient: How to animate the height?

Created on 18 Nov 2019  路  4Comments  路  Source: react-native-linear-gradient/react-native-linear-gradient

Hi, i can't animate the height of this library, i have wrap LinearGradient inside but this is not successful, can anyone help me. Thank you

Most helpful comment

exactly 馃憤

All 4 comments

You need to create animatedLinearGradient:

const AnimatedLinearGradient = createAnimatedComponent(LinearGradient);

You need to create animatedLinearGradient:

const AnimatedLinearGradient = createAnimatedComponent(LinearGradient);

Just like that? All the props are same?

exactly 馃憤

thank you, it's works

Was this page helpful?
0 / 5 - 0 ratings