SruthiStk

Results 1 issues of SruthiStk

I used react-native-keychain library for password saving option in iOS (react native) then, called onpress Login const credentials= await Keychain.setGenericPassword(email, password) on successful login Keychain.getGenericPassword().then(res => console.log("Keychain saved credentials", res)).catch(err...