Merge pull request #12 from ravikp/increase-max-size-of-async-storage

fix(#616): Increase async storage limit to 30mb
This commit is contained in:
RAVI KUMAR PASUMARTHY
2023-03-07 19:31:44 +05:30
committed by GitHub

View File

@@ -38,4 +38,7 @@ expo.gif.enabled=true
expo.webp.enabled=true
# Enable animated webp support (~3.4 MB increase)
# Disabled by default because iOS doesn't support animated webp
expo.webp.animated=false
expo.webp.animated=false
# If the AsyncStorage_db_size_in_MB is not configured, Default DB_MAX_SIZE is 6MB in Android
AsyncStorage_db_size_in_MB=30