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

:key: Keychain Access for React Native

Results 214 react-native-keychain issues
Sort by recently updated
recently updated
newest added

method references are not supported in -source 1.7react-native-keychain/android/src/main/java/com/oblador/keychain/KeychainModule.java:157: error: method references are not supported in -source 1.7 final Thread warmingUp = new Thread(instance::internalWarmingBestCipher, "keychain-warming-up"); We are using Java 8 ,...

Hi, We have had had multiple users report "Could not decrypt data with alias: #ServiceName" after they updated their devices to Android 13. Currently only users of Google Pixel phones...

Hi guys. I am implementing biometrics authentication on Android. Despite that I have saved Face unlock on my Redmi device, I am not getting 'Face' as a supported type. I...

Seems like my credentials are being wiped out on Android upon app uninstall on Android 6, 7 & 8. Am I missing something here? I was under the impression that...

I tested Keychain.setInternetCredentials() when I reinstall app, I have got data when I set. But android not work, it always return false . It work when dont reinstall app or...

Tried to set service value like this, await Keychain.setGenericPassword(key, value, { service: key }); Ex: await Keychain.setGenericPassword('tokens', JSON.stringify({ token1, token2 }), { service: 'tokens' }); but Keychain.getGenericPassword() returns the "service"...

Now and again I get the error: **"Could not decrypt data with alias: "** Happens when I call **Keychain.getGenericPassword()** I don't use a service when calling **Keychain.setGenericPassword** (it uses the...

![Screenshot 2021-12-11 at 5 49 51 PM](https://user-images.githubusercontent.com/34374930/145676338-2a683bb0-0ca8-46cf-ad90-730e08ffde79.png) "react": "17.0.2", "react-native": "0.66.3", "react-native-keychain": "^8.0.0" Error occurs during creating release build, Please help me to solve this error

Im current using biometric authentication (faceId/fingerPrint) but how do I check authentication with PassCode on IOS or Pattern/PIN/Password on Android?

Hi guys. Thanks for your awesome library, we've been using it for a long time, so I want to contribute in return. Recently we encountered a lot of crashes. Though...