ListItem.Part
ListItem.Part, a sub ListItem component for layout-ing inside a ListItem
PROPS
| name | description | type | default |
|---|---|---|---|
| left | this part content will be aligned to left | bool | |
| middle | this part content will be aligned to spreaded | bool | |
| right | this part content will be aligned to right | bool | |
| row | this part content direction will be row (default) | bool | |
| column | this part content direction will be column | bool | |
| containerStyle | container style | union |
CODE SAMPLE
See example here.