redux-persist-sqlite-storage
redux-persist-sqlite-storage copied to clipboard
Provide example usage
Thanks for having this repo. Wonder if you have an example usage that users can follow? I've set up react-native-sqlite-storage but couldn't get this redux-persist-sqlite-storage to work. An example would be great please.
Hi @chuenlum ,
Thanks a lot for considering this repo.
I have provided example inside https://github.com/prsn/redux-persist-sqlite-storage/tree/master/examples/rn/ReduxPersistSQLiteSecondExample directory. Please clone the repo and run the example APP. Also look at https://github.com/prsn/redux-persist-sqlite-storage/blob/master/examples/rn/ReduxPersistSQLiteSecondExample/store.js to know how I have used it.
Please let me know in case you are looking for more examples.