ExtendedCard
Props#
labelTextProps#
Text props of the labels. Check Text documentation.
| Type | Required |
|---|---|
| object | No |
labels#
An array of texts in the labels.
| Type | Required |
|---|---|
| string[] | No |
onPress#
Called when a single tap gesture is detected.
| Type | Required |
|---|---|
| function | Yes |
rating#
A value of the rating between 0 and 5.
| Type | Required |
|---|---|
| number | No |
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 |
subtitle#
A subtitle of the card.
| Type | Required |
|---|---|
| string | Yes |
subtitleTextProps#
Text props of the subtitle. Check Text 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 |