Animation
React Native provides a rich animation API. You can create animations using two systems:
LayoutAnimationallows you to animate global layout transitions.Animatedgives you a more fine-grained control over animating specific values.
Last updated
Was this helpful?