RowContainer
Props#
align#
A vertical alignment of the content. The default value is center.
| Type | Required |
|---|---|
| enum('bottom', 'center', 'top') | No |
rnViewProps#
React Native's View props. Check React Native View documentation.
| Type | Required |
|---|---|
| object | No |
wrap#
Whether children can wrap around after they hit the end of the container. The default value is false.
| Type | Required |
|---|---|
| enum(true, false, 'reverse') | No |