Skip to content

Commit 15815c7

Browse files
committed
macos min target
1 parent 749d652 commit 15815c7

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

README.md

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

docs/migration-to-3.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ AsyncStorage v3 introduces a few breaking changes to simplify the API and make i
88

99
Here 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

0 commit comments

Comments
 (0)