Replies: 1 comment
-
Which of the two limits are you running into? It looks like total storage can be increased, but the per entry limit cannot. The web default storage has a few strategies for splitting up values that may be applicable here, but I'm not sure what the current state of our RN adapter is. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are using
offlineExchange
withAsyncStorage
for React Native as explained here.But we are running into this issue on some Android devices, even after applying the suggested workaround react-native-async-storage/async-storage#1110
I was wondering if anyone had found a workaround for this that allowed them to keep the offline caching.
Beta Was this translation helpful? Give feedback.
All reactions