I’m utilizing react-native and pondering present iOS’s “Save password” dialog when customers need to replace their password.
For instance, I see the dialog when I’ve varieties for electronic mail/userName and password then login. As an instance we’ve a web page after login to replace the password. On this case, how do you present the one when updating the brand new password? Is it attainable to overwrite it by some means by utilizing built-in react-native function – or want to put in a library to deal with with this? I discovered react-native-keychain
and expo-secure-store
for the same function. However nonetheless is it attainable to point out some system modal even when there may be just for varieties for outdated/new password? I additionally noticed textContentType prop in TextInput
however I’m not positive if it triggers it.