Redux Persist FS Storage

JSON →
library 1.3.0 ·javascript
verified Jun 7, 2026

Redux Persist FS Storage provides a storage engine for Redux Persist using React Native's file system via react-native-fs. Version 1.3.0 is the latest stable release; the package is updated infrequently as needed. It supports both Redux Persist v4 and v5, offering a straightforward adapter between react-native-fs and redux-persist. Compared to alternatives like redux-persist-filesystem-storage, this library allows custom storage directories and exposes constants like CacheDir for cache paths. Requires react-native and react-native-fs to be natively linked.