CodingZeal/redux-persist-sensitive-storage

what is different between AsyncStorage and persist-sensitive-storage?

Closed this issue · 3 comments

react-native-sensitive-info manages all data stored in Android Shared Preferences like AsyncStorage.. so what is different?

thanks in advance

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.

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?

@derakhshanfar react-native-sensitive-info is not our library, so we don't get to decide when that branch is released to master.