Increase AsyncStorage Size while using expo

Hi There,
i am using expo, Asynctorage and redux-persist to save and manage data. however, android places a limit of 6MB for Asyncstorage, and i need more. The problem is solvable by updating the java code in android, but since i am running the app through Expo, i am unable to update that code unless i eject the app which i do not want to do. I have tried various solutions, like trying to use the file system, or SQlite but then the problem is how to integrate those with redux-persist as well.

Was wondering if anyone has been through something similar.

Thanks

1 Like

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