Skip to main content
Version: 4.0.0-rc.8

ListItem.ButtonGroup

This allows adding ButtonGroup to the ListItem. This, Receives all ButtonGroup props.

Usage

Import

import { ListItem } from '@rneui/themed';

Theme Key

ListItemButtonGroup

Props

note

Includes all ButtonGroup props.

NameTypeDefaultDescription
onLongPressGestureResponderEventHandlerCalled when a long-tap gesture is detected.
onPressInGestureResponderEventHandlerCalled when a touch is engaged before onPress.
onPressOutGestureResponderEventHandlerCalled when a touch is released before onPress.
pressablePropsPressableProps except click handlersNone