# react-native-async-storage/async-storage

An asynchronous, persistent, key-value storage system for React Native.

Repository: https://github.com/react-native-async-storage/async-storage
Canonical: https://ross.abutalabs.com/products/async-storage
Homepage: https://react-native-async-storage.github.io
Language: Kotlin
License: MIT
License Family: permissive
Last push: 2026-08-23T02:03:39+00:00

## Health v2 (maintenance only)
Score: 95/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 86, longevity 100
- inputs: {"age_days": 2765, "days_push": 11, "days_rel": 96, "gap_med": 26.5, "n_releases_24m": 11}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5073, forks 482 (observed 2026-08-28T04:09:09.380217+00:00)

## What it is
An asynchronous, unencrypted, persistent key-value storage library for React Native apps with a Web Storage API-compatible interface. It supports Android, iOS, macOS, visionOS, Windows, and Web via SQLite or IndexedDB backends.

## Use cases
- persist user tokens in a react native app
- store app settings locally on mobile
- save key-value data offline in react native
- cache small data between app sessions
- store user preferences on ios and android
- local storage for react native web app

## When to choose
- you need simple persistent key-value storage in React Native
- you want a localStorage-like API across mobile and web
- you need batch operations or multiple named databases

## When to avoid
- you need encrypted or secure storage for sensitive data
- you need complex queries or relational data
- you are not building a React Native application

## Facets
- artifact type: library
- maturity: stable
- function: database, file-system, sdk
- domain: mobile-development, databases, cross-platform
- platform: windows, browser, cross-platform
- tags: react-native, key-value-storage, local-storage, sqlite, indexeddb, persistence, android, ios, macos, mobile

## Member repositories
- react-native-async-storage/async-storage (main) score 95

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:09.380217+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:02:47.990734+00:00, confidence not recorded.
  - readme: https://github.com/react-native-async-storage/async-storage (fetched 2026-08-28T04:09:09.380217+00:00, sha cbb2fc21aa03)
  - homepage: https://react-native-async-storage.github.io (fetched 2026-08-29T08:57:32.983627+00:00, sha 36c6c3c2e4f9)
- Data as of 2026-08-30T08:39:29.467469+00:00.
