Text
Text displays words and characters of various sizes.
#
Usage#
Props#
Text#
Reference#
Text#
h1Text with Font size 40.
Type | Default |
---|---|
boolean | false |
#
h1StyleStyling when h1 is set.
Type | Default |
---|---|
Text Style(Object) | {} |
#
h2Text with Font size 34.
Type | Default |
---|---|
boolean | false |
#
h2StyleStyling when h2 is set.
Type | Default |
---|---|
Text Style(Object) | {} |
#
h3Text with Font size 28.
Type | Default |
---|---|
boolean | false |
#
h3StyleStyling when h3 is set.
Type | Default |
---|---|
Text Style(Object) | {} |
#
h4Text with Font size 22.
Type | Default |
---|---|
boolean | false |
#
h4StyleStyling when h3 is set.
Type | Default |
---|---|
Text Style(Object) | {} |
#
styleAdd additional styling for Text.
@see https://reactnative.dev/docs/text#style
Type | Default |
---|---|
Text Style(Object) | {} |