React Native - disable the password autocomplete option on the iOS keyboard

In React Native, how do I disable or prevent the keyboard from displaying the Password Autofill Accessory View option? It seems that there is no property for TextInput that handles disabling this option. Respond to the original text documentation . I also use Expo on top of React Native.

AutoFill password was introduced in iOS 11

Image of password autofill viewing option

Here is a message that has a solution to disable the password autocomplete accessory, but how can we achieve this using React Native?

iOS 11 disable password autofill viewing feature?

+4
source share

Source: https://habr.com/ru/post/1692837/


All Articles