Created
September 18, 2023 18:19
-
-
Save pablocattaneo/4410cfa5a4d5182154a93b503d1bc119 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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