React Native 异步存储
React Native 的异步、未加密、持久化的键值存储系统。
支持的平台
入门
前往文档了解更多信息。
本地运行端到端测试
Android
- 创建并启动带有 Play 服务的 Android 模拟器,API 级别 29
- 构建应用并运行测试
yarn bundle:android yarn build:e2e:android yarn test:e2e:android
iOS
- 创建并启动 iOS 版本为 16.4 的 iPhone 14 模拟器
- 构建应用并运行测试
yarn bundle:ios yarn build:e2e:ios yarn test:e2e:ios
贡献
欢迎提交拉取请求。请先开启一个议题,讨论您想要更改的内容。
更多信息请参阅 CONTRIBUTING 文件。
许可证
MIT