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: README.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,6 @@
3
3
Async Storage is an asynchronous, unencrypted, persistent key-value storage solution for your React Native application.
4
4
It provides a simple API compatible with the [Web Storage API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API), with additional extensions for batch operations and multi-database support.
5
5
6
-
7
6
## Supported platforms
8
7
9
8
-**Android** (SQLite backend via Room KMP)
@@ -12,18 +11,16 @@ It provides a simple API compatible with the [Web Storage API](https://developer
12
11
-**macOS** (SQLite backend via Room KMP)
13
12
-**Windows** (legacy fallback, single database only)
14
13
15
-
16
14
## Supported versions
17
15
18
16
| Component | Minimum Version |
19
-
|--------------------------|-----------------|
17
+
|------------------------|---------------|
20
18
| kotlin | 2.1.0 |
21
19
| ios/android React Native | 0.76 |
22
20
| android min sdk | 24 |
23
21
| macOS React Native | 0.78 |
24
22
| macOS min target | 12 |
25
23
26
-
27
24
---
28
25
29
26
## Installation
@@ -85,7 +82,6 @@ async function demo() {
85
82
86
83
Head over to [Usage page](api/usage.md) to learn more.
0 commit comments