Closed marciobueno1 closed 3 years ago
Well, manually creating the store (without using getStore()), it was easy to integrate with redux-persist.
Closing this old issue :).
You can now use storageEngine
when configuring the kea localstorage plugin to replace window.localStorage
with whatever.
First of all: congratulation for you good work with all kea libraries.
Question: Will this plugin support React-Native? Using AsyncStorage instead of window.storage?