Text
A basic Text component that should render nicely on any platform. Supports a good level of customization.
You can customization Text component with the Props
Usage#
Reference#
Props#
here all the list of Props you can use for Text Component and it Inherits all Text Props, from React Native
Color#
Color props for apply color to the text the by default it is black type string
label#
props for adding the text and type string by default it will be in Text
size#
this props gives you 3 different font size like 'large' | 'small' | 'medium' type string
customeSize#
props gives you custome size like 20, 40 etc., type number
inlineStyle#
props give addition props to the Text element type Object