ListItem.ButtonGroup
This allows adding ButtonGroup to the ListItem. This, Receives all ButtonGroup props.
Import
import { ListItem } from "@rneui/themed";
Props
note
Includes all ButtonGroup props.
Name | Type | Default | Description |
---|---|---|---|
onLongPress | GestureResponderEventHandler | Called when a long-tap gesture is detected. | |
onPressIn | GestureResponderEventHandler | Called when a touch is engaged before onPress . | |
onPressOut | GestureResponderEventHandler | Called when a touch is released before onPress . | |
pressableProps | PressableProps except click handlers | None |