TextInput
Component | Source Code
extends InputProps
Props Inheritance Hierarchy: Omit<ComponentPropsWithRef<“input”>, “children”> -> InputProps
A wrapper for the base input component with a default type of "text". Useful
for single line text input. If you want to allow multiple lines of input, try
using MultilineTextInput.
Properties
Section titled “Properties”onChangeText?: Function
Section titled “onChangeText?: Function”Handler for when the user attempts to change the input.