How to show "Save password" dialog on iOS with react-native on update password page?

128 Views Asked by At

I am using react-native and thinking how to show iOS's "Save password" dialog when users want to update their password. For example, I see the dialog when I have forms for email/userName and password then login. Let's say we have a page after login to update the password. In this case, how do you show the one when updating the new password? Is it possible to overwrite it somehow by using built-in react-native feature - or need to install a library to handle with this? I found react-native-keychain and expo-secure-store for the similar feature. But still is it possible to show some system modal even when there is only for forms for old/new password? I also saw textContentType prop in TextInput but I am not sure if it triggers it.

0

There are 0 best solutions below