Skip to main content
Version: 4.0.0-rc.8

Card.Image

Add information in the form of image to the card. This, Receives all Image props.

Usage

Import

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

Theme Key

CardImage

Props

note

Includes all Image 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