You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We did not change the initial limit, because of a note left from original creators. I'm not quite sure if it's still relevant or not, but I think we could let this value be set from user (for example, a new limit passed as argument to AsyncStorage package in MainApplication.
I want to know why we carry forward a non-configurable, arbitrary value (6mb) for the maximum database size for Android, while leaving IOS unlimited.
Especially when I'll just get around this with JSON stringify and react-native-sqlite-storage.
https://github.com/react-native-community/react-native-async-storage/blob/c57cbeb25034c4291cc148084ad3933266daf641/android/src/main/java/com/reactnativecommunity/asyncstorage/ReactDatabaseSupplier.java#L46
The text was updated successfully, but these errors were encountered: