File tree Expand file tree Collapse file tree 2 files changed +33
-15
lines changed Expand file tree Collapse file tree 2 files changed +33
-15
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,25 @@ It provides a simple API compatible with the [Web Storage API](https://developer
1111- ** macOS** (SQLite backend via Room KMP)
1212- ** Windows** (legacy fallback, single database only)
1313
14- ## Supported versions
15-
16- | Component | Minimum Version |
17- | ------------------------ | --------------- |
18- | kotlin | 2.1.0 |
19- | ios/android React Native | 0.76 |
20- | android min sdk | 24 |
21- | macOS React Native | 0.78 |
22- | macOS min target | 12 |
14+ ## Compatibility
15+
16+ Compatibility table for React Native:
17+
18+ | React Native | Minimum Version |
19+ | --------------| -----------------|
20+ | ios/android | 0.76 |
21+ | macOS | 0.78 |
22+ | visionOS | 0.79 |
23+ | tvOS | 0.79 |
24+
25+
26+ Other components:
27+
28+ | Component | Minimum Version |
29+ | ------------------| -----------------|
30+ | kotlin | 2.1.0 |
31+ | android min sdk | 24 |
32+ | macOS min target | 12 |
2333
2434---
2535
Original file line number Diff line number Diff line change @@ -6,15 +6,23 @@ AsyncStorage v3 introduces a few breaking changes to simplify the API and make i
66
77### Requirements
88
9- Here is the table describing minimum requirements for v3 :
9+ Compatibility table for React Native :
1010
11- | Component | Minimum Version |
12- | ------------------------ | --------------- |
13- | kotlin | 2.1.0 |
11+ | React Native | Minimum Version |
12+ | --------------------------| -----------------|
1413| ios/android React Native | 0.76 |
15- | android min sdk | 24 |
1614| macOS React Native | 0.78 |
17- | macOS min target | 12 |
15+ | visionOS React Native | 0.79 |
16+ | tvOS React Native | 0.79 |
17+
18+
19+ Other components:
20+
21+ | Component | Minimum Version |
22+ | ------------------| -----------------|
23+ | kotlin | 2.1.0 |
24+ | android min sdk | 24 |
25+ | macOS min target | 12 |
1826
1927### Installation changes
2028
You can’t perform that action at this time.
0 commit comments