Skip to content

Instantly share code, notes, and snippets.

@razorabhu1995
Created September 20, 2019 09:42
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/54e574d32a3c066db4931d734d0bd668 to your computer and use it in GitHub Desktop.
Save razorabhu1995/54e574d32a3c066db4931d734d0bd668 to your computer and use it in GitHub Desktop.
<TextInput
autoCorrect={false}
style={[
{ color: inputColor, borderBottomColor: borderBottom },
styles.inputFiled
]}
secureTextEntry={secureInput}
onChangeText={onChangeText}
autoCapitalize="none"
keyboard={keyboardType}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment