sunnylqm/react-native-storage
local storage wrapper for both react-native and browser. Support size controlling, auto expiring, remote data auto syncing and getting batch data in one query. observed · 2026-08-28
Health v2 · maintenance only
74/100
- Activity 93
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4055
- days_rel: n/a
- days_push: 45
- n_releases_24m: 0
Adoption not part of the score
3038 stars · 264 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A local storage wrapper library for React Native (AsyncStorage) and web apps (localStorage), offering size control, auto-expiring entries, remote data auto-sync, and batch loading. It uses ES6 syntax and promise-based async APIs.
Use cases
- persist login state and tokens in a react native app
- cache api responses locally with auto expiry
- share a unified storage api between react native and web
- auto-sync expired local data from a remote server in the background
- store and retrieve batched key-value data in one query
- limit local storage size with automatic eviction of old entries
When to choose
- you need a cross-platform key-value storage layer for react native and web
- you want built-in expiration and background sync of cached data
- you need memory caching on top of AsyncStorage or localStorage
When to avoid
- starting a new project - the readme itself recommends TanStack Query with createAsyncStoragePersister instead
- you need structured queries or relational data rather than key-value storage
- you need storage for non-JavaScript platforms
Facets
library · maturity maintenance
caching file-system mobile-development frontend web-development databases browser asyncstorage localstorage react-native data-persistence offline-storage reactjs javascript nodejs
2 sources
- readme: https://github.com/sunnylqm/react-native-storage · fetched 2026-08-28 · a8f8fa4eaf0b
- registry_npm: https://registry.npmjs.org/react-native-storage · fetched 2026-08-29 · 49e8de7270b8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sunnylqm/react-native-storage | main | 74 |
For agents
markdown · JSON · MCP: product_card(name="sunnylqm/react-native-storage")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem