TextInputUsername
Import
import { TextInputUsername } from '@nomada-sh/react-native-eyecandy';
Example
See TextInput example.
Props
TextInput Props
Inherits TextInput Props
Has the following default props:
| Prop | Default |
|---|---|
| required | true |
| placeholder | 'Username' |
| autoComplete | 'username' |
| autoCapitalize | 'none' |
| autoCorrect | 'false' |
| iconLeft | User |