ListItem
ListItem can be used to show tiles inside a List.
Usage
import * as React from 'react';
import { ListItem } from 'react-native-paper';
const MyComponent = () => (
<ListItem title="First Item" description="Item description" icon="folder" />
);
Props
style
Type:
any