Replies: 2 comments
-
The 6MB comes from very old days, I don't know why exactly the 6MB limit was put in the first place. SQLite handles much much more than that. You could have increased by setting a property with desired storage size. However, I'm not familiar with Expo so I can't advise on how to set it there. |
Beta Was this translation helpful? Give feedback.
0 replies
-
https://react-native-async-storage.github.io/async-storage/docs/advanced/db_size |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Proposal
I'm looking at file storage options using Expo and it seems that Async Storage is the only supported option. However it is documented that there is a 6MB limit on Android for this. I'm curious, how do native apps like Netflix/Spotify (for example) utilise hundreds of MB's of storage space? Is this not possible with Expo / React Native? I need to store around 50mb of JSON data.
Thanks
Alternatives
No response
Implementation Details
No response
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions