react-native-storage

JSON →
library 1.0.1 ·javascript maintenance
verified Jun 7, 2026

A local storage wrapper for react-native and web apps, providing a unified API over AsyncStorage (React Native) and localStorage (browser). Version 1.0.1 is the latest stable release, with no active development since 2019. It uses ES6 syntax, promises for async loading, and supports memory caching, expiration, and automatic synchronization via custom sync methods. Key differentiators include cross-platform compatibility, configurable size limits, and typed API via TypeScript definitions.