I am using a TextInput with with the secureTextEntry flag to allow users to enter their password. When I run my tryLogin() function, iOS will ask if the user wants to "remember the password on the browser" (similar to how Safari does it), regardless if the password is correct or not.
Is there any way to disable that dialog box in React Native?
I think you need to configure the textContentType here's the reference link: https://facebook.github.io/react-native/docs/textinput#textcontenttype
Hope this help :)
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