|
| 1 | +# [redux-storage-engine-reactNativeAsyncStorage][] |
| 2 | + |
| 3 | +[](https://travis-ci.org/michaelcontento/redux-storage-engine-reactNativeAsyncStorage) |
| 4 | +[](https://david-dm.org/michaelcontento/redux-storage-engine-reactNativeAsyncStorage) |
| 5 | +[](https://david-dm.org/michaelcontento/redux-storage-engine-reactNativeAsyncStorage#info=devDependencies) |
| 6 | + |
| 7 | +[](https://www.npmjs.com/package/redux-storage-engine-reactNativeAsyncStorage) |
| 8 | +[](https://www.npmjs.com/package/redux-storage-engine-reactNativeAsyncStorage) |
| 9 | +[](https://www.npmjs.com/package/redux-storage-engine-reactNativeAsyncStorage) |
| 10 | +[](https://codeclimate.com/github/michaelcontento/redux-storage-engine-reactNativeAsyncStorage) |
| 11 | + |
| 12 | +`AsyncStorage` based engine for [redux-storage][]. |
| 13 | + |
| 14 | +## Installation |
| 15 | + |
| 16 | + npm install --save redux-storage-engine-reactNativeAsyncStorage |
| 17 | + |
| 18 | +## Usage |
| 19 | + |
| 20 | +This will use `AsyncStorage` out of [react-native][]. |
| 21 | + |
| 22 | +```js |
| 23 | +import createEngine from 'redux-storage-engine-reactNativeAsyncStorage'; |
| 24 | +const engine = createEngine('my-save-key'); |
| 25 | +``` |
| 26 | + |
| 27 | +## License |
| 28 | + |
| 29 | + The MIT License (MIT) |
| 30 | + |
| 31 | + Copyright (c) 2015 Michael Contento |
| 32 | + |
| 33 | + Permission is hereby granted, free of charge, to any person obtaining a copy of |
| 34 | + this software and associated documentation files (the "Software"), to deal in |
| 35 | + the Software without restriction, including without limitation the rights to |
| 36 | + use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of |
| 37 | + the Software, and to permit persons to whom the Software is furnished to do so, |
| 38 | + subject to the following conditions: |
| 39 | + |
| 40 | + The above copyright notice and this permission notice shall be included in all |
| 41 | + copies or substantial portions of the Software. |
| 42 | + |
| 43 | + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 44 | + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS |
| 45 | + FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR |
| 46 | + COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER |
| 47 | + IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN |
| 48 | + CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 49 | + |
| 50 | + [redux-storage]: https://github.com/michaelcontento/redux-storage |
| 51 | + [redux-storage-engine-reactNativeAsyncStorage]: https://github.com/michaelcontento/redux-storage-engine-reactNativeAsyncStorage |
| 52 | + [react-native]: https://facebook.github.io/react-native/ |
0 commit comments