TextInputEmail
Import
import { TextInputEmail } 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 | 'Email' |
keyboardType | 'email-address' |
autoComplete | 'email' |
autoCapitalize | 'none' |
autoCorrect | false |
iconLeft |