Documentation
Row

Row

The same as View component with row prop set to true by default to use horizontal layout.

Refer to View Props for reference.

Examples

Horizontal Layout

Default - horizontal layout
123
Right to left (RTL) direction
123
Scrollable along the width without `scroll` mode
123
Wrap overflow items horizontally, with gaps in between, like grid layout
123
Align row to the bottom
123
Fill available space and spread items evenly
123
Justify and align items in the middle vertically
123

Vertical & Scroll Examples