redux-persist-filesystem-storage
JSON →A storage adaptor for redux-persist that uses react-native-blob-util to store Redux state on the filesystem in React Native apps. Version 4.2.0 works with redux-persist v6 and above. It is an alternative to AsyncStorage, particularly useful on Android to avoid storage size limitations. The library implements the standard redux-persist storage interface (setItem, getItem, removeItem, getAllKeys, clear) and supports custom storage paths, encoding, and file name transforms. It requires react-native-blob-util as a native dependency, and v2+ drops support for React Native <0.60.