Skip to content

Commit

Permalink
(docs): add Examples section. just point to RNMR for now
Browse files Browse the repository at this point in the history
  • Loading branch information
agilgur5 committed May 20, 2019
1 parent 11ba227 commit 061ec8d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 061ec8d

Please sign in to comment.