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

To use a custom font, place the font file inside <project-root>/assets/fonts/ directory of the app. The file name must match the font family name. For example, if the font family name is “Open Sans” and the font is a ttf font the file name must be “Open Sans.ttf”. Similarly, an otf must be named “Open Sans.otf”.

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.

letterSpacing

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

lineHeight


textAlign

Specifies text alignment.

textAlignVertical


textDecorationColor


textDecorationLine


textDecorationStyle


textShadowColor


textShadowOffset


textShadowRadius


textTransform


writingDirection

Last modified on September 30, 2025