TextInputPassword
Import
import { TextInputPassword } 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 | 'Password' |
| autoComplete | 'password' |
| autoCapitalize | 'none' |
| autoCorrect | 'false' |
| iconLeft | Lock |