TextInput
TextInput é usado para inserir texto no aplicativo por meio de um teclado.
API
Props
TextInput não possui custom Props, entretanto, todas Props disponíveis no componente TextInput padrão do React Native são suportadas.
Style names
TextInput não possui style names específicos.
Style
| Declaration | Description | Type |
|---|---|---|
| placeholderTextColor | Cor do placeholder | String |
| selectionColor | Cor de fundo quando o texto é selecionado | String |
JSX Declaration
<TextInput styleName="sm-gutter" placeholder="Username" />
<TextInput styleName="sm-gutter" placeholder="Password" secureTextEntry />
Snack Example
Em breve.