Component - Animated.Value and Animated.timing
This React Native component shows how to animate a box moving horizontally using Animated.Value to hold the animation state and Animated.timing to change that value smoothly over time.
When you press the button, the box slides from the center to the right across the screen.