react-native-encrypted-storage
react-native-encrypted-storage copied to clipboard
React Native wrapper around EncryptedSharedPreferences and Keychain to provide a secure alternative to Async Storage.
This fixes an error while building ui test apk version with targetSdkVersion:31
I am using react-native-encrypted-storage. When I uninstall an app and then reinstall it, my old data still exists. How can I clear all data when uninstalling an ios app?
I started profiling my app and noticed that there were memory leaks being detected by the Xcode profiler. I'm pulling a JWT token from the storage per API call which...
I originally asked if it was possible to share the storage with app extensions here: https://github.com/emeraldsanto/react-native-encrypted-storage/issues/93 I updated the docs with the steps necessary to do so.
Is it possible to share the encrypted storage (Keychain/EncryptedSharedPreferences) with app extensions? So far I've only tried with iOS, but I can't access the data in my share extension, even...
This is a great library for securily storing values, but it currently has a problem that might cause a lot of headaches to developers, specially if you already have an...
Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...
EncryptedStorage.removeItem('xx') not working for me
Hi, I use **react-native-device-info** for getting the device uniqId. After calling EncryptedStorage.clear(), Its removes this from IOS keychain and i getting a new uniqId, even the uniqId not supposed to...
Is there any functionality that returns all stored key values at once? I need to get all key-values to show a list to users