Closed luandro closed 7 years ago
This lib is based on redux-offline which is based on redux-persist, so yes you can use AsyncStorage. You can look at the documentation of redux-offline and redux-persist to know how to configure it.
I use only redux-persist in my app for now, and it uses AsyncStorage.
Does this have support for React-Native's
AsyncStorage
?