File tree Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,13 @@ It provides a simple API compatible with the [Web Storage API](https://developer
1515
1616## Supported versions
1717
18- | Component | Minimum Version |
19- | -----------------| -----------------|
20- | React Native | 0.76 |
21- | Kotlin | 2.1.0 |
22- | Android min sdk | 24 |
18+ | Component | Minimum Version |
19+ | --------------------------| -----------------|
20+ | kotlin | 2.1.0 |
21+ | ios/android React Native | 0.76 |
22+ | android min sdk | 24 |
23+ | macOS React Native | 0.78 |
24+ | macOS min target | 12 |
2325
2426
2527---
Original file line number Diff line number Diff line change @@ -8,11 +8,13 @@ AsyncStorage v3 introduces a few breaking changes to simplify the API and make i
88
99Here is the table describing minimum requirements for v3:
1010
11- | Component | Minimum Version |
12- | -----------------| -----------------|
13- | React Native | 0.76 |
14- | Kotlin | 2.1.0 |
15- | Android min sdk | 24 |
11+ | Component | Minimum Version |
12+ | --------------------------| -----------------|
13+ | kotlin | 2.1.0 |
14+ | ios/android React Native | 0.76 |
15+ | android min sdk | 24 |
16+ | macOS React Native | 0.78 |
17+ | macOS min target | 12 |
1618
1719
1820
You can’t perform that action at this time.
0 commit comments