Closed navneetgarggate6 closed 4 years ago
I am trying to pass react native secureTextEntry={true} TextInput props to masked field but it is not working
Ok, so I got to know that this is issue with the keyboard type (Android for phone-pad). I changed the type of the keyboard and its working fine
Ref: https://github.com/facebook/react-native/issues/10678
I am trying to pass react native secureTextEntry={true} TextInput props to masked field but it is not working