From 12bd7748de51e3b6441b5aa402afbc0ae70aaa44 Mon Sep 17 00:00:00 2001 From: coder83469 <92364907+coder83469@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:19:09 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=8C=89=E7=85=A7=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=E4=BF=AE=E6=94=B9readme=E6=96=87=E6=A1=A3=20(#24)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: pangyinqiang --- README.md | 50 ++++++-------------------------------------------- 1 file changed, 6 insertions(+), 44 deletions(-) diff --git a/README.md b/README.md index b1776f0d..5e28b626 100644 --- a/README.md +++ b/README.md @@ -1,51 +1,13 @@ -# React Native Async Storage +# @react-native-oh-tpl/async-storage -An asynchronous, unencrypted, persistent, key-value storage system for React -Native. +This project is based on [react-native-async-storage](https://github.com/react-native-async-storage/async-storage) -## Supported platforms +## Documentation -- Android -- iOS -- [macOS](https://github.com/react-native-async-storage/async-storage/releases/tag/v1.8.1) -- [Web](https://github.com/react-native-async-storage/async-storage/releases/tag/v1.9.0) -- [Windows](https://github.com/react-native-async-storage/async-storage/releases/tag/v1.10.0) +- [中文](https://gitee.com/react-native-oh-library/usage-docs/blob/master/zh-cn/react-native-async-storage-async-storage.md) -## Getting Started - -Head over to the -[documentation](https://react-native-async-storage.github.io/async-storage/docs/install) -to learn more. - -## Running E2E locally - -### Android - -1. Create and start Android Emulator with Play services, API level 29 -2. Build app and run tests - ```shell - yarn bundle:android - yarn build:e2e:android - yarn test:e2e:android - ``` - -### iOS - -1. Create and start iPhone 14 simulator with iOS version 16.4 -2. Build app and run tests - ```shell - yarn bundle:ios - yarn build:e2e:ios - yarn test:e2e:ios - ``` - -## Contribution - -Pull requests are welcome. Please open an issue first to discuss what you would -like to change. - -See the [CONTRIBUTING](.github/CONTRIBUTING.md) file for more information. +- [English](https://gitee.com/react-native-oh-library/usage-docs/blob/master/en/react-native-async-storage-async-storage.md) ## License -MIT +This library is licensed under [The MIT License (MIT)](https://github.com/react-native-async-storage/async-storage?tab=MIT-1-ov-file#readme) \ No newline at end of file