Card
#
PropsonPress
#
Called when a single tap gesture is detected.
Type | Required |
---|---|
function | Yes |
ribbon
#
A text in the ribbon.
Type | Required |
---|---|
string | No |
ribbonTextProps
#
Text props of the ribbon. Check Text documentation.
Type | Required |
---|---|
object | No |
rnImageProps
#
React Native's Image props. Check React Native Image documentation.
Type | Required |
---|---|
object | No |
scalableProps
#
Scalable props. Check Scalable documentation.
Type | Required |
---|---|
object | No |
title
#
A title of the card.
Type | Required |
---|---|
string | Yes |
titleTextProps
#
Text props of the title. Check Text documentation.
Type | Required |
---|---|
object | No |