Skip to content

Instantly share code, notes, and snippets.

@hugomosh
Created January 29, 2018 15:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hugomosh/21fde6b8fe0ad2c6fa7aec9b415f2693 to your computer and use it in GitHub Desktop.
Save hugomosh/21fde6b8fe0ad2c6fa7aec9b415f2693 to your computer and use it in GitHub Desktop.
Utils For Reac Native
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