Build: Simple Styled Box
This screen shows a colored box with text inside. The styles are created using StyleSheet.create to keep the code clean and organized.
Target UI
┌─────────────────────────┐ │ │ │ ┌───────────────┐ │ │ │ │ │ │ │ Hello Box │ │ │ │ │ │ │ └───────────────┘ │ │ │ └─────────────────────────┘
Use StyleSheet.create to define styles for the box and text
The box should have a blue background, some padding, and rounded corners
The text inside the box should be white and centered
Use a View for the box and a Text component inside it