In React Native, how do you disable or prevent the keyboard from displaying the Password Autofill accessory view option? There doesn't seem to be an property for TextInput that handles disabling this option. React Native TextInput Documentation. I am also using Expo on top of React Native.
Password AutoFill was introduced in iOS 11
Image of Password AutoFill Accessory view option
Here is a post that has a solution for disabling the password autofill accessory, but how can we achieve this using React Native?