Build: Animation Demo Screen
This screen shows a simple box that smoothly moves across the screen when you tap a button. It demonstrates how animations make app experiences feel smooth and natural.
Target UI
------------------------- | Animation Demo Screen | |-----------------------| | | | [ ] | | | | | | | | | | [Move Box] | -------------------------
Display a square box on the left side of the screen
Add a button labeled 'Move Box' at the bottom center
When the button is tapped, animate the box moving smoothly to the right side
Use React Native's Animated API for the movement
Ensure the animation duration is about 1 second
The box should move back to the left if the button is tapped again (toggle)