-
Notifications
You must be signed in to change notification settings - Fork 466
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
73 additions
and
20 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,49 +1,51 @@ | ||
# React Native Async Storage | ||
|
||
An asynchronous, unencrypted, persistent, key-value storage system for React Native. | ||
|
||
An asynchronous, unencrypted, persistent, key-value storage system for React | ||
Native. | ||
|
||
## Supported platforms | ||
|
||
- iOS | ||
- 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) | ||
- [MacOS](https://github.com/react-native-async-storage/async-storage/releases/tag/v1.8.1) | ||
- [Windows](https://github.com/react-native-async-storage/async-storage/releases/tag/v1.10.0) | ||
|
||
|
||
## Getting Started | ||
|
||
Head over to [documentation](https://react-native-async-storage.github.io/async-storage/docs/install) to learn more. | ||
|
||
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 | ||
``` | ||
```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 | ||
``` | ||
```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. | ||
|
||
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. | ||
|
||
## License | ||
|
||
MIT. | ||
MIT |
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 |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# React Native Async Storage | ||
|
||
An asynchronous, unencrypted, persistent, key-value storage system for React | ||
Native. | ||
|
||
## Supported platforms | ||
|
||
- 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) | ||
|
||
## 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. | ||
|
||
## License | ||
|
||
MIT |