ExtendedCard

Props#

labelTextProps#

Text props of the labels. Check Text documentation.

TypeRequired
objectNo

labels#

An array of texts in the labels.

TypeRequired
string[]No

onPress#

Called when a single tap gesture is detected.

TypeRequired
functionYes

rating#

A value of the rating between 0 and 5.

TypeRequired
numberNo

ribbon#

A text in the ribbon.

TypeRequired
stringNo

ribbonTextProps#

Text props of the ribbon. Check Text documentation.

TypeRequired
objectNo

rnImageProps#

React Native's Image props. Check React Native Image documentation.

TypeRequired
objectNo

scalableProps#

Scalable props. Check Scalable documentation.

TypeRequired
objectNo

subtitle#

A subtitle of the card.

TypeRequired
stringYes

subtitleTextProps#

Text props of the subtitle. Check Text documentation.

TypeRequired
objectNo

title#

A title of the card.

TypeRequired
stringYes

titleTextProps#

Text props of the title. Check Text documentation.

TypeRequired
objectNo