Animation

React Native provides a rich animation API. You can create animations using two systems:

  • LayoutAnimation allows you to animate global layout transitions.

  • Animated gives you a more fine-grained control over animating specific values.

Last updated