0.0.3 • Published 7 years ago

redux-storage-engine-reactnativekeychain v0.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

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');