redux-persist-sqlite-storage icon indicating copy to clipboard operation
redux-persist-sqlite-storage copied to clipboard

Provide example usage

Open chuenlum opened this issue 7 years ago • 1 comments
trafficstars

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.

chuenlum avatar Sep 01 '18 11:09 chuenlum

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.

prsn avatar Sep 01 '18 19:09 prsn