Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
Ring
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support
Skip to main content

Example

Reference

Props

color


fontFamily

The generic font families system-ui, ui-sans-serif, ui-serif, ui-monospace, and ui-rounded are supported on iOS.

fontSize


fontStyle


fontWeight

Specifies font weight. The values 'normal' and 'bold' are supported for most fonts. Not all fonts have a variant for each of the numeric values, in that case the closest one is chosen.

includeFontPadding Android Vega Not Available

Set to false to remove extra font padding intended to make space for certain ascenders / descenders. With some fonts, this padding can make text look slightly misaligned when centered vertically. For best results also set textAlignVertical to center.

fontVariant

Allows you to set all the font variants for a font. Can be set by using an array of enums or a space-separated string e.g. 'small-caps common-ligatures'.

letterSpacing

Increase or decrease the spacing between characters. By default there is no extra letter spacing.

lineHeight

Numeric value that controls the vertical spacing between lines of text within a text element. It specifies the distance between the baselines of consecutive lines of text.

textAlign

Specifies text alignment. On Android, the value ‘justify’ is only supported on Oreo (8.0) or above (API level >= 26). The value will fallback to left on lower Android versions.

textAlignVertical Android Vega


textDecorationColor iOS Vega


textDecorationLine


textDecorationStyle iOS Vega


textShadowColor


textShadowOffset


textShadowRadius


textTransform


verticalAlign Android Vega Not Available


writingDirection iOS Vega


userSelect Vega Not Available

It allows the user to select text and to use the native copy and paste functionality. Has precedence over the selectable prop.
Last modified on May 13, 2026