Components
ListItem
A list item component to display content in a vertical manner. It supports optional left and right accessories to place a component or an icon.

Component dependencies
Usage
Props
Prop | Type | Default |
---|---|---|
style | ViewProps | - |
itemLeft? | ReactElement<unknown, string | JSXElementConstructor<any>> | - |
text | string | - |
textBelow? | string | - |
itemRight? | ReactElement<unknown, string | JSXElementConstructor<any>> | - |
onPress? | () => void | - |
divider? | boolean | - |