Text Style Props
Props
Reference
Props
color
Type | Required |
---|---|
string | No |
fontFamily
Type | Required |
---|---|
string | No |
fontSize
Type | Required |
---|---|
number | No |
fontStyle
Type | Required |
---|---|
enum('normal', 'italic') | No |
fontWeight
Type | Required |
---|---|
enum('normal', 'bold', '100', '200', '300', '400', '500', '600', '700', '800', '900') | No |
letterSpacing
Type | Required |
---|---|
number | No |
lineHeight
Type | Required |
---|---|
number | No |
textAlign
Type | Required |
---|---|
enum('auto', 'left', 'right', 'center', 'justify') | No |
writingDirection
Type | Required |
---|---|
enum('auto', 'ltr', 'rtl') | No |