The Animated library allows us to do a lot more things such as composing animations or driving animations through gestures and input events. Let's look at a few examples.
Interpolation
Using the same Animated.Value you can drive multiple animations through interpolation. Interpolation can also be used to convert numbers into rgb colours or rotation values in degrees.