Skip to content

Instantly share code, notes, and snippets.

@pablocattaneo
Created September 18, 2023 18:19
Show Gist options
  • Save pablocattaneo/4410cfa5a4d5182154a93b503d1bc119 to your computer and use it in GitHub Desktop.
Save pablocattaneo/4410cfa5a4d5182154a93b503d1bc119 to your computer and use it in GitHub Desktop.
// TextInput has to have the next props
<TextInput
autoComplete="email"
autoCorrect={false}
keyboardType="email-address"
textContentType="emailAddress"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment