Created
January 29, 2018 15:07
-
-
Save hugomosh/21fde6b8fe0ad2c6fa7aec9b415f2693 to your computer and use it in GitHub Desktop.
Utils For Reac Native
This file contains 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
const emailTextFieldProps = { | |
keyboardType={"email-address"} | |
autoCapitalize={"none"} | |
value={this.state.email}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment