7 Animations
This chapter covers
- Creating basic animations using
Animated.timing
- Using interpolation with animated values
- Creating animations and in parallel
- Staggering animations using
Animated.stagger
- Using the native driver to offload animations to the native UI thread
One of the great things about React Native is the ability to easily create animations using the Animated API. This is one of the more stable and easy to use React Native APIs, and it’s one of the few places in the React Native ecosystem where, unlike areas such as navigation and state management, there’s almost 100% agreement on how a problem should be solved.
Animations are usually used to enhance the UI of an application and bring more life to the existing design. ...
Get React Native in Action now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.