File tree 2 files changed +73
-20
lines changed
packages/default-storage-backend 2 files changed +73
-20
lines changed Original file line number Diff line number Diff line change 1
1
# React Native Async Storage
2
2
3
- An asynchronous, unencrypted, persistent, key-value storage system for React Native.
4
-
3
+ An asynchronous, unencrypted, persistent, key-value storage system for React
4
+ Native.
5
5
6
6
## Supported platforms
7
7
8
- - iOS
9
8
- Android
9
+ - iOS
10
+ - [ macOS] ( https://github.com/react-native-async-storage/async-storage/releases/tag/v1.8.1 )
10
11
- [ Web] ( https://github.com/react-native-async-storage/async-storage/releases/tag/v1.9.0 )
11
- - [ MacOS] ( https://github.com/react-native-async-storage/async-storage/releases/tag/v1.8.1 )
12
12
- [ Windows] ( https://github.com/react-native-async-storage/async-storage/releases/tag/v1.10.0 )
13
13
14
-
15
14
## Getting Started
16
15
17
- Head over to [ documentation] ( https://react-native-async-storage.github.io/async-storage/docs/install ) to learn more.
18
-
16
+ Head over to the
17
+ [ documentation] ( https://react-native-async-storage.github.io/async-storage/docs/install )
18
+ to learn more.
19
19
20
20
## Running E2E locally
21
21
22
22
### Android
23
23
24
24
1 . Create and start Android Emulator with Play services, API level 29
25
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
-
26
+ ``` shell
27
+ yarn bundle:android
28
+ yarn build:e2e:android
29
+ yarn test:e2e:android
30
+ ```
31
+
32
32
### iOS
33
33
34
34
1 . Create and start iPhone 14 simulator with iOS version 16.4
35
35
2 . Build app and run tests
36
- ` ` ` shell
37
- yarn bundle:ios
38
- yarn build:e2e:ios
39
- yarn test:e2e:ios
40
- ` ` `
36
+ ``` shell
37
+ yarn bundle:ios
38
+ yarn build:e2e:ios
39
+ yarn test:e2e:ios
40
+ ```
41
41
42
42
## Contribution
43
- Pull requests are welcome. Please open an issue first to discuss what you would like to change.
43
+
44
+ Pull requests are welcome. Please open an issue first to discuss what you would
45
+ like to change.
44
46
45
47
See the [ CONTRIBUTING] ( .github/CONTRIBUTING.md ) file for more information.
46
48
47
49
## License
48
50
49
- MIT.
51
+ MIT
Original file line number Diff line number Diff line change
1
+ # React Native Async Storage
2
+
3
+ An asynchronous, unencrypted, persistent, key-value storage system for React
4
+ Native.
5
+
6
+ ## Supported platforms
7
+
8
+ - Android
9
+ - iOS
10
+ - [ macOS] ( https://github.com/react-native-async-storage/async-storage/releases/tag/v1.8.1 )
11
+ - [ Web] ( https://github.com/react-native-async-storage/async-storage/releases/tag/v1.9.0 )
12
+ - [ Windows] ( https://github.com/react-native-async-storage/async-storage/releases/tag/v1.10.0 )
13
+
14
+ ## Getting Started
15
+
16
+ Head over to the
17
+ [ documentation] ( https://react-native-async-storage.github.io/async-storage/docs/install )
18
+ to learn more.
19
+
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
+
42
+ ## Contribution
43
+
44
+ Pull requests are welcome. Please open an issue first to discuss what you would
45
+ like to change.
46
+
47
+ See the [ CONTRIBUTING] ( .github/CONTRIBUTING.md ) file for more information.
48
+
49
+ ## License
50
+
51
+ MIT
You can’t perform that action at this time.
0 commit comments