You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I'm using react query in a React Native app. We recently started bumping up against some limitations imposed by android.
A single read from asyncStorage cannot exceed 2MB. For the time being, I've limited what gets persisted to just a few query keys, but ideally we'd be able to store everything.
Is there a query persister that stores each query in a different AsyncStorage entry to work around this limitation?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, I'm using react query in a React Native app. We recently started bumping up against some limitations imposed by android.
A single read from asyncStorage cannot exceed 2MB. For the time being, I've limited what gets persisted to just a few query keys, but ideally we'd be able to store everything.
Is there a query persister that stores each query in a different AsyncStorage entry to work around this limitation?
Beta Was this translation helpful? Give feedback.
All reactions