react-native-encrypted-storage
react-native-encrypted-storage copied to clipboard
EncryptedStorage.clear() and device uniqId
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 be change. Maybe EncryptedStorage.clear() removes all phone key chain and not only the app data ?