Version: Next

List Item

A basic button component that should render nicely on any platform. Supports a minimal level of customization.

import { ListItem } from 'react-native-noxi';
<ListItem
title="title"
subTitle="subtitle"
itemLeft={<Avatar text="Jhon Doe" type="round" size={40} />}
itemRight={<Icon name="delete" type="ionicons" size={28} color="red" />}
/>

Example#