sunnylqm / react-native-storage

local storage wrapper for both react-native and browser. Support size controlling, auto expiring, remote data auto syncing and getting batch data in one query.
MIT License
3.02k stars 268 forks source link

在new Storage 时如果 默认size是1000,如果我设置成2000或者更大的值,存储的数量是否可以增多?听说AsyncStorage的最大量存储量是5M,所以是不是我即使设置了size为2000,但他总量不超过5M是不是也可以? #176

Closed NewStartMe closed 6 years ago

sunnylqm commented 6 years ago

https://github.com/sunnylqm/react-native-storage/issues/111