CodingZeal / redux-persist-sensitive-storage

redux-persist storage engine for react-native-sensitive-info
MIT License
248 stars 34 forks source link

Update react-native-sensitive-info to v6 #29

Open WouterFlorijn opened 4 years ago

WouterFlorijn commented 4 years ago

From the docs on v6:

This version uses by default keystore to encrypt/decrypt data on Android.

This should mean that using the keystore branch is no longer necessary.

The upgrade should include a major version update of this package, as it is not backwards compatible.

vganenco commented 3 years ago

Yes, add support for v6, please

mkilp commented 3 years ago

I openend a PR #31 for this. Hopefully it gets merged!

manoj398 commented 3 years ago

From the docs on v6:

This version uses by default keystore to encrypt/decrypt data on Android.

This should mean that using the keystore branch is no longer necessary.

The upgrade should include a major version update of this package, as it is not backwards compatible.

peerDependencies should be changed to "3.x - 6.x" and this small change should be minor version update.

dkumar-carfax commented 2 months ago

Any update on this, having same issue.