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
Async Storage is asynchronous, unencrypted, persistent, key-value storage for your React Native application.
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 a few extensions for batch operations and multi-database support.
3
+
Async Storage is an asynchronous, unencrypted, persistent key-value storage solution for your React Native application.
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
8
7
## Supported platforms
9
8
@@ -13,19 +12,49 @@ It provides a simple API compatible with the [Web Storage API](https://developer
13
12
-**macOS** (SQLite backend via Room KMP)
14
13
-**Windows** (legacy fallback, single database only)
Copy file name to clipboardExpand all lines: docs/index.md
+19-4Lines changed: 19 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,20 +2,30 @@
2
2
title: Overview
3
3
---
4
4
5
-
# Async Storage
5
+
# React Native Async Storage
6
6
7
7
Async Storage is an asynchronous, unencrypted, persistent key-value storage solution for your React Native application.
8
8
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.
0 commit comments