How large is AsyncStorage in React Native?

前端 未结 4 1253
闹比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:38

    The new way of increasing AsyncStorage size on react-native is to add AsyncStorage_db_size_in_MB= property to your android/gradle.properties as shown here: https://github.com/react-native-community/async-storage/blob/LEGACY/docs/advanced/IncreaseDbSize.md

提交回复
热议问题