From 061ec8db9625add37e94c2b13afcea6052ce4f40 Mon Sep 17 00:00:00 2001 From: Anton Gilgur Date: Mon, 20 May 2019 00:07:19 -0400 Subject: [PATCH] (docs): add Examples section. just point to RNMR for now --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 139a3ef..9cb9742 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,11 @@ persist('some', someStore, { - returns a void Promise +## Examples + +None yet, but can take a look at [agilgur5/react-native-manga-reader-app](https://github.com/agilgur5/react-native-manga-reader-app) which uses it in production. +Can view the commit that implements it [here](https://github.com/agilgur5/react-native-manga-reader-app/pull/2/commits/286725f417d321f25d16ee3858b0e7e6b7886e77). + ## How it works Basically just a small wrapper around MST's `onSnapshot` and `applySnapshot`.