You want to:
Ask if it's possible to use the next storage implementation with Expo managed flow to build a React Native app for engineers out in the field.
Details:
I'm using Expo managed flow and Expo bundles, well makes easily available, this AsyncStorage plugin. I'm also using an Apollo offline cache to manage when the device is offline. But I'm getting reports of database or disk is full errors.
So is there anything I can put in the app.json or elsewhere so that AsyncStorage uses the next storage implementation and does that fix the space issue? I don't get any errors from iOS devices, only Android
You want to:
Ask if it's possible to use the
nextstorage implementation with Expo managed flow to build a React Native app for engineers out in the field.Details:
I'm using Expo managed flow and Expo bundles, well makes easily available, this AsyncStorage plugin. I'm also using an Apollo offline cache to manage when the device is offline. But I'm getting reports of
database or disk is fullerrors.So is there anything I can put in the app.json or elsewhere so that AsyncStorage uses the
next storage implementationand does that fix the space issue? I don't get any errors from iOS devices, only Android