Animated Components
The Animated library ships with 3 views that support Animated.Values. These animated components allow us to bind Animated.Values to the style properties.
Animated.ViewAnimated.TextAnimated.Image.
You can also make a custom animated component by using Animated.createAnimatedComponent.
Example

Run the example: rnplay.org/apps/moq61w
Last updated
Was this helpful?