Component - Flexbox layout (flexDirection, justifyContent, alignItems)
This React Native component uses Flexbox to arrange three colored boxes in a row. It controls the direction, spacing, and alignment of the boxes using flexDirection, justifyContent, and alignItems.