Stay informed
Subscribe to our newsletter if you'd like to stay informed about Shoutem Extensions and Shoutem UI Toolkit.
Text Input component is used for inputting text into the application using keyboard.

<TextInput
placeholder={'Username or email'}
onChangeText={...}
/>

<TextInput
placeholder={'Username or email'}
onChangeText={...}
/>

<TextInput
placeholder={'Username or email'}
secureTextEntry
/>
TextInput component has the same Props like React Native TextInput component hasTextInput component has the same Style props like React Native’s TextInput component has