redux-storage-engine-reactnativekeychain
v0.0.3
Published
react-native-keychain based engine for redux-storage
Downloads
2
Maintainers
Readme
This is a redux-storage-engine
that utilizes react-native-keychain
It will currently JSON.Stringify
your JavaScript object and store using the key you identify.
Install:
npm install --save redux-storage-engine-reactnativekeychain
Use:
import createEngine from 'redux-storage-engine-reactnativeasyncstorage';
const engine = createEngine('my-unique-key');