You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/migration-to-3.md
+25-1Lines changed: 25 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,33 @@ AsyncStorage v3 introduces a few breaking changes to simplify the API and make i
4
4
5
5
## Key changes:
6
6
7
+
### Requirements
8
+
9
+
Here is the table describing minimum requirements for v3:
10
+
11
+
| Component | Minimum Version |
12
+
|-----------------|-----------------|
13
+
| React Native | 0.76 |
14
+
| Kotlin | 2.1.0 |
15
+
| Android min sdk | 24 |
16
+
17
+
18
+
7
19
### Installation changes
8
20
9
-
Android requires a local Maven repository to be added to your `build.gradle(.kts)` file. Head over to the [Installation step for Android](index.md#android) to learn more.
21
+
Android requires a local Maven repository to be added to your `android/build.gradle(.kts)`:
0 commit comments