what is different between AsyncStorage and persist-sensitive-storage?
derakhshanfar opened this issue · 3 comments
derakhshanfar commented
react-native-sensitive-info manages all data stored in Android Shared Preferences like AsyncStorage.. so what is different?
thanks in advance
randycoulman commented
react-native-sensitive-info stores data securely on iOS, and if you use the keystore
branch, it also stores securely to the keystore on Android.
derakhshanfar commented
thanks for answer @randycoulman but why you don't merge keystore branch with master branch?what is disadvantage for using keystore branch? i installed this package with NPM so how can i import specific branch of this module in my App?
randycoulman commented
@derakhshanfar react-native-sensitive-info is not our library, so we don't get to decide when that branch is released to master.