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#
Props#
here all the list of Props you can use for TextInput Component and it Inherits all TextInput Props, from React Native
borderColor#
borderColor props for apply borderColor to the textInput by default it is black type string
borderRadius#
borderRadius props for apply borderRadius to the textInput by default it is 0 number
height#
height props for apply height to the textInput number
textColor#
textColor props for apply color to the font in textInput string
textSize#
textSize props for apply size for the font in textInput number
paddingHorizontal#
paddingHorizontal props for apply padding horizontal for textInput number
paddingVertical#
paddingVertical props for apply padding vertical for textInput number
backgroundColor#
backgroundColor props for apply background color for textInput number
inlineStyle#
props give addition props to the Text element type Object