
async-storage
react-native-async-storage
An asynchronous, persistent, key-value storage system for React Native.
AI 简介
React Native Async Storage 是一个为 React Native 应用程序设计的异步、持久化键值存储系统。它提供了一个与 Web Storage API 兼容的简单接口,并支持批量操作和多数据库特性,适用于需要在客户端进行数据持久化的场景。该项目使用 Kotlin 开发,支持 Android、iOS、macOS、visionOS、Web 和 Windows 平台,其中 Android 和 iOS 使用 SQLite 作为后端存储,而 Web 则采用 IndexedDB。适合于需要跨平台数据存储解决方案的 React Native 项目,要求最低版本为 React Native 0.76。
Kotlin
MIT License5.1k
Stars
483
Forks
31
Watchers
13
Issues
Star 增长
今日0
近 7 天+2
近 30 天+11
综合评分66.15
默认分支main