Skip to content

Instantly share code, notes, and snippets.

@razorabhu1995
Created September 20, 2019 09:37
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 razorabhu1995/5617650b77a13ac9ba03991e5f3db72d to your computer and use it in GitHub Desktop.
Save razorabhu1995/5617650b77a13ac9ba03991e5f3db72d to your computer and use it in GitHub Desktop.
const borderBottom = borderBottomColor || "transparent";
const keyboardType = inputType == 'email' ? 'email-address' : 'default'; 
return (
<View style={[customStyle, styles.wrapper]}>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment