This column is a Flex view with a default flexDirection of column.
Props
Name
Required
Nullable
Type
alignItems
"flex-start" | "flex-end" | "center" | "stretch" | "baseline"
alignSelf
"auto" | "flex-start" | "flex-end" | "center" | "baseline" | "stretch"
direction
"row" | "column"
justifyContent
"flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "space-evenly"
order
number
shrink
number
wrap
"nowrap" | "wrap" | "wrap-reverse"
Examples
No examples