Build: Simple Fade Animation
This screen shows a box that fades in and out continuously using React Native's Animated API.
Target UI
┌─────────────────────────────┐ │ │ │ [Animated Box] │ │ │ │ (Box fades in and out) │ │ │ └─────────────────────────────┘
Display a square box in the center of the screen
Use React Native Animated API to animate the box's opacity
The box should fade from fully visible to invisible and back repeatedly
Animation should start automatically when the screen loads