Guest User

Untitled

a guest
Oct 22nd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. import { Field, propTypes as reduxFormPropTypes, reduxForm } from 'redux-form'
  2.  
  3. <Field
  4. name="email"
  5. component={FormTextInput}
  6. placeholder={t('E-mail address')}
  7. keyboardType="email-address"
  8. autoCapitalize="none"
  9. placeholderTextColor={color(colors.onboarding.text).alpha(0.45)}
  10. selectionColor={colors.onboarding.text}
  11. style={styles.inputStyle}
  12. />
Add Comment
Please, Sign In to add comment