Increase AsyncStorage size using expo

Hi,

We’re hitting the maximum db size limit of 6MB on android.

It looks like there is a way of increasing the maximum size for decoupled / ejected react native projects:
https://github.com/react-native-community/async-storage/pull/99

Is there anyway that the db size could be increased in managed expo projects - e.g. via an app.json property?

Many thanks,

Hey @riverford_expo_ci,

There isn’t a way to implement this with managed projects currently. You could also look into using SecureStore https://docs.expo.io/versions/v35.0.0/sdk/securestore/

Cheers,
Adam

Hey,

That’s a shame, I guess I’ll look into some way of compressing or pruning the data to make it fit.

Thanks for the response, would be great if you might consider making the limit customizable in the future, but I understand that there’s lots of other stuff on the list :slight_smile:

Daniel

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.