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.View

  • Animated.Text

  • Animated.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?