Build: Box Styling Demo
This screen shows a colored box with margin, padding, and border to help understand spacing and borders in React Native.
Target UI
------------------------- | | | [ Colored Box ] | | | -------------------------
Create a View with a red background color.
Add margin of 20 pixels around the box.
Add padding of 15 pixels inside the box.
Add a black border with width 3 pixels around the box.
Inside the box, place a Text component that says 'Hello Box'.