Skip to content

Commit 12df0fe

Browse files
authored
Update README.md
1 parent 0918741 commit 12df0fe

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

README.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,6 @@
1111

1212
`AsyncStorage` based engine for [redux-storage][].
1313

14-
# Deprecated - No longer maintained
15-
16-
My focus has left the node / react ecosystem and this module is no
17-
longer maintained. Maybe [redux-persist](https://github.com/rt2zz/redux-persist)
18-
is a good replacement for you? Or if you want to step in and become
19-
the new owner - just ping me :smile:
20-
21-
Thank you for your patience and using this module in the first place!
22-
2314
## Installation
2415

2516
npm install --save redux-storage-engine-reactnativeasyncstorage
@@ -33,6 +24,12 @@ import createEngine from 'redux-storage-engine-reactnativeasyncstorage';
3324
const engine = createEngine('my-save-key');
3425
```
3526

27+
# A fork of [redux-storage-engine-reactnativeasyncstorage](https://github.com/michaelcontento/redux-storage-engine-reactnativeasyncstorage)
28+
29+
The original author of the package [redux-storage-engine-reactnativeasyncstorage](https://github.com/michaelcontento/redux-storage-engine-reactnativeasyncstorage) has decided to deprecate the project and no longer maintained. The package will now be maintained here.
30+
31+
Thank you [michaelcontento](https://github.com/michaelcontento) for a great library!
32+
3633
## License
3734

3835
The MIT License (MIT)
@@ -56,6 +53,6 @@ const engine = createEngine('my-save-key');
5653
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
5754
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5855

59-
[redux-storage]: https://github.com/michaelcontento/redux-storage
60-
[redux-storage-engine-reactnativeasyncstorage]: https://github.com/michaelcontento/redux-storage-engine-reactnativeasyncstorage
56+
[redux-storage]: https://github.com/guns2410/redux-storage
57+
[redux-storage-engine-reactnativeasyncstorage]: https://github.com/guns2410/redux-storage-engine-reactnativeasyncstorage
6158
[react-native]: https://facebook.github.io/react-native/

0 commit comments

Comments
 (0)