How large is AsyncStorage in React Native?

前端 未结 4 1230
闹比i
闹比i 2020-12-29 05:04

The documentation says it should be used instead of LocalStorage, but it doesn\'t list anything regarding how large it is. If I recall, LocalStorage in web browsers is only

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-29 05:25

    It writes to disk and is very large if there is free space. On iOS there are no artificial caps other than what the underlying operating system imposes: https://stackoverflow.com/a/1897383/454967.

提交回复
热议问题