Skip to content

Commit 26d76a0

Browse files
committed
docs: update compat table
1 parent 9e55055 commit 26d76a0

File tree

2 files changed

+33
-15
lines changed

2 files changed

+33
-15
lines changed

README.md

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff 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

docs/migration-to-3.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)