React Native Session Storage

JSON →
library 2.0.4 ·javascript
verified Jun 7, 2026

A session-bound volatile storage module for React Native, similar to browser sessionStorage. v2.0.4 supports iOS, Android, and Web, with TypeScript types included. Data is automatically cleared when the app is re-opened. Provides simple key-value API (setItem, getItem, removeItem, clear, key, length) plus advanced multiGet and getAllItems. Lightweight, no native dependencies required for Web, and can be used with Expo. Not a replacement for persistent storage like AsyncStorage.