react-native-keychain icon indicating copy to clipboard operation
react-native-keychain copied to clipboard

prompt for savepassword screen not showing

Open RupamShaw opened this issue 5 years ago • 2 comments

"react-native": 0.62.2 "react-native-keychain": "^6.1.1",

ios10 device using.

already set in xcode associated domains: webcredentials:websiteurl and validated "site url /apple-app-site-association"

 <Input
                textContentType="username"....
and  
<Input
                secureTextEntry={this.state.secure}
                textContentType="password".....

called onpressLogin

           const resp=   await Keychain.setGenericPassword(email, password)

on successful login

  Keychain.getGenericPassword().then(res => console.log("Keychain saved creds", res)).catch(err => console.log(err))

returns

 Keychain saved creds {username: "[email protected]", password: "xxxxxx", storage: "keychain", service: "xxx.xyz.ggg"}

but problem is not prompting savepassword screen after submit

Screen Shot 2020-08-10 at 3 06 55 am

Please let me know what I am missing

RupamShaw avatar Aug 09 '20 17:08 RupamShaw

I'm not completely sure, is this pop-up relates to keychain library or not?

EJohnF avatar Dec 16 '20 15:12 EJohnF

@RupamShaw how did you manage it? even I am having a bit of difficulty understanding this

garima-sage avatar Aug 27 '22 00:08 garima-sage