redux-persist-sqlite-storage
redux-persist-sqlite-storage copied to clipboard
A redux-persist store adaptor that uses SQLite to persist store
Please let me know the procedure to add mock for jest integration
I use this library with redux-offline (which uses redux-persist v4 by default) to make an offline first app . I got ~100k records(~50MB) via REST API to store .but I...
I'm losing a fair amount of hair trying to get iOS to not just delete all my localStorage whenever it feels like it, and I guess SQLite is my best...
Hi, Im using this package with expo and redux-persist, ive followed the example code, and i have function that passess the create store and persistor object which are then wrapped...
When we first time run app or upgrade app to a build where we introduced redux-persist-sqlite-storage, we are getting the following error `Cannot read property 'value' of undefined` I have...
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...