September 2018
Intermediate to advanced
302 pages
7h 17m
English
When I first read the Animated library documentation I freaked out. There are so many new words that you will need to get used to. Instead of diving right into them, let's understand what animations really are.
Animation is a change to a component style over time.
The common and recommended way to store variables that will change over time is the component state. React Native Animated provides a special class that implements this functionality in a very performant way: Animated.Value ...
Read now
Unlock full access