Skip to main content
Version: 4.0.0-rc.6

ListItem.Chevron

This allows adding a Chevron Icon(arrow) to the ListItem. This, Receives all Icon props.

Import

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

Props

note

Includes all Icon, Text props.

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