autoCorrect={false} is suppose to force no suggestions mode, and therefore no underlining of text in the input field but it's not working.
UPDATE 8/18/18: It seems to disable the suggestions but not the underlining.
It's a bug in React Native but you can use : keyboardType="visible-password"
to disable autocorrect suggestions.
autoCorrect={false} is working some of android phones on my project but If you use with keyboardType="visible-password" is work on my project!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With