Build: Flexbox Layout Demo
This screen shows a row of colored boxes arranged using flexbox properties: flexDirection, justifyContent, and alignItems.
Target UI
------------------------- | Flexbox Layout Demo | |-----------------------| | [Red] [Green] [Blue] | | | | | -------------------------
Use a View container with flexDirection set to 'row'.
Inside the container, place three square Views colored red, green, and blue.
Use justifyContent to space the boxes evenly across the container.
Use alignItems to center the boxes vertically within the container.
Each colored box should be 60x60 pixels.