Skip to main content
Version: 5.1.3

ListItem.ButtonGroup

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

Import

import { ListItem } from '@rn-vui/themed';

Theme Key

ListItemButtonGroup

Usage

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