forked from react-native-async-storage/async-storage
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: pangyinqiang <[email protected]>
- Loading branch information
1 parent
bd290b1
commit 12bd774
Showing
1 changed file
with
6 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |