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#
Propshere all the list of Props you can use for Text Component and it Inherits all Text Props, from React Native
#
ColorColor props for apply color to the text the by default it is black type string
#
labelprops for adding the text and type string by default it will be in Text
#
sizethis props gives you 3 different font size like 'large' | 'small' | 'medium' type string
#
customeSizeprops gives you custome size like 20, 40 etc., type number
#
inlineStyleprops give addition props to the Text element type Object