Skip to content

Commit a35be43

Browse files
author
Krzysztof Borowy
committed
docs
1 parent 9035c87 commit a35be43

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ jobs:
8484
8585
macos:
8686
name: macOS
87-
if: false # TEMP, Remove once done this PR
8887
runs-on: macos-latest
8988
steps:
9089
- name: Checkout
@@ -120,7 +119,6 @@ jobs:
120119
121120
windows:
122121
name: Windows
123-
if: false # TEMP, Remove once done this PR
124122
runs-on: windows-2022
125123
steps:
126124
- name: Set up MSBuild

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,28 @@ An asynchronous, unencrypted, persistent, key-value storage system for React Nat
1717
Head over to [documentation](https://react-native-async-storage.github.io/async-storage/docs/install) to learn more.
1818

1919

20+
## Running E2E locally
21+
22+
### Android
23+
24+
1. Create and start Android Emulator with Play services, API level 29
25+
2. Build app and run tests
26+
```shell
27+
yarn bundle:android
28+
yarn build:e2e:android
29+
yarn test:e2e:android
30+
```
31+
32+
### iOS
33+
34+
1. Create and start iPhone 14 simulator with iOS version 16.4
35+
2. Build app and run tests
36+
```shell
37+
yarn bundle:ios
38+
yarn build:e2e:ios
39+
yarn test:e2e:ios
40+
```
41+
2042
## Contribution
2143
Pull requests are welcome. Please open an issue first to discuss what you would like to change.
2244

0 commit comments

Comments
 (0)