TextInput
React Native for web adds the following features to the React Native <TextInput /> element.
Props
caretColor
Type: ColorPropType
Conversion
// HTML & CSS
- <input style="caret-color: red;" />
// React Native
+ <TextInput caretColor="red" />resize
Type: 'none' | 'vertical' | 'horizontal' | 'both'
Default: 'none'
Conversion
Last updated