Text
Text component provides a simple element to avoid dealing with sizing in the React Native Text.
Properties
Name | Type | Description |
children |
| String or number to be rendered as text. Also can be ReactElement - nested Text component. |
component |
| Can be |
...TextProps |
| Any props applied to Text component. |
Last updated