TextInput
TextInput is used for inputting text into the app via a keyboard.
API
Props
TextInput doesn’t have custom Props, however, all Props available in the standard React Native TextInput component are supported.
Style names
TextInput doesn’t have specific style names.
Style
| Declaration | Description | Type |
|---|---|---|
| placeholderTextColor | Color for the placeholder | String |
| selectionColor | Color for the selection | String |
JSX Declaration
<TextInput styleName="sm-gutter" placeholder="Username" />
<TextInput styleName="sm-gutter" placeholder="Password" secureTextEntry />
Snack Example
Coming soon.