This documentation is available as Markdown for AI agents and LLMs. See the full Markdown index or append .md to any documentation URL.
ListItem
A Jetpack Compose ListItem component for displaying structured list entries.
Expo UI ListItem matches the official Jetpack Compose ListItem API for structured list entries with headline, supporting, overline, leading, and trailing content slots.


Installation
If you are installing this in an existing React Native app, make sure to install expo in your project.
Usage
Basic list item
With compound components
Use compound components for rich content in each position.
Clickable list item
Use the clickable modifier to handle tap interactions.
Custom headline content
Use ListItem.HeadlineContent for composable headline content like rows with icons.
API
import { ListItem } from '@expo/ui/jetpack-compose';
Component
Type: React.Element<ListItemProps>
A list item matching Compose's ListItem.
number • Default: ListItemDefaults.ElevationShadow elevation in dp.