ListItem.Chevron
This allows adding a Chevron Icon(arrow) to the ListItem. This, Receives all Icon props.
Import
import { ListItem } from "@rneui/themed";
Props
Name | Type | Default | Description |
---|---|---|---|
onLongPress | GestureResponderEventHandler | Called when a long-tap gesture is detected. | |
onPress | GestureResponderEventHandler | Called when a single 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 |