Jonathan Taveras
Jonathan Taveras
Same issue here 🙃
Any updates on this issue?
You can return in the formatText props something like this: `text.replace(/^(\d{4})(\d{4})(\d{4})(\d{4})/, '$1-$2-$3-$4');` and the output will be something like: 5555-5555-5555-5555. Keep in mind the maxLength, for each character (the `-`)...
What would be the difference between saving with `setGenericPassword` and `setInternetCredentials `?
@fattomhk So, if my app use credentials that are also used for a web portal, I need to use `setInternetCredentials` and add the `server` attribute (server will be web portal...
@fattomhk If I use `setInternetCredentials` on iOS and in the key `server` I use my domain name (etc. `www.exampledomainservervalue.com`), those credentials will appear on my phone keychain (Settings > Passwords)...
> > @fattomhk If I use `setInternetCredentials` on iOS and in the key `server` I use my domain name (etc. `www.exampledomainservervalue.com`), those credentials will appear on my phone keychain (Settings...
Same here :(
@bumpingChris You can take a look on this Stackoverflow response about how to get the autofill and save the credentials in the iCloud Keychain: https://stackoverflow.com/questions/56524461/how-to-get-ios-12-autofill-to-ask-to-save-password-in-react-native-app