redux-persist-sensitive-storage icon indicating copy to clipboard operation
redux-persist-sensitive-storage copied to clipboard

Update react-native-sensitive-info to v6

Open WouterFlorijn opened this issue 4 years ago • 4 comments

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.

WouterFlorijn avatar Aug 11 '20 10:08 WouterFlorijn

Yes, add support for v6, please

vganenco avatar Dec 02 '20 12:12 vganenco

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

mkilp avatar Jan 04 '21 14:01 mkilp

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.

manoj398 avatar Mar 21 '21 13:03 manoj398