i18next AsyncStorage Backend 2

JSON →
library 2.1.0 ·javascript
verified Jun 7, 2026

A caching layer backend for i18next that stores and retrieves translation resources using React Native AsyncStorage. Version 2.1.0 (stable, actively maintained) leverages @react-native-async-storage/async-storage for reliable persistent storage. It is designed for React Native apps using i18next, often combined with i18next-chained-backend to fallback to an async resource loader like XHR. Key differentiators include configurable expiration time, version-based cache control, and namespace-level cache skipping. It requires manual installation of the peer dependency @react-native-async-storage/async-storage and ships TypeScript types.