Skip to content

Instantly share code, notes, and snippets.

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