TextInput
A basic TextInput component that should render nicely on any platform. Supports a good level of customization.
You can customization TextInput component with the Props
#
Usage#
Reference#
Propshere all the list of Props you can use for TextInput Component and it Inherits all TextInput Props, from React Native
#
borderColorborderColor props for apply borderColor to the textInput by default it is black type string
#
borderRadiusborderRadius props for apply borderRadius to the textInput by default it is 0 number
#
heightheight props for apply height to the textInput number
#
textColortextColor props for apply color to the font in textInput string
#
textSizetextSize props for apply size for the font in textInput number
#
paddingHorizontalpaddingHorizontal props for apply padding horizontal for textInput number
#
paddingVerticalpaddingVertical props for apply padding vertical for textInput number
#
backgroundColorbackgroundColor props for apply background color for textInput number
#
inlineStyleprops give addition props to the Text element type Object