redux-persist-filesystem-storage icon indicating copy to clipboard operation
redux-persist-filesystem-storage copied to clipboard

Redux persist adaptor for React Native filesystem storage

Results 7 redux-persist-filesystem-storage issues
Sort by recently updated
recently updated
newest added

Android version: 12 "react-native": "0.66.3" "redux-persist-filesystem-storage": "^4.1.0" "react-native-blob-util": "^0.16.0" While working with the application - everything is fine, the data is saved. I close the application - the data is...

Hey thanks for this library. I am getting following error while running react native app in IOS (**Xcode v14.3.1, React Native 0.63.2**): **TypeError: this._nativeModule.addListener is not a function. (In 'this._nativeModule.addListener(eventType)',...

Hi, a GitHub release was recently created for `4.2.1`. However, the associated `package.json` bump wasn't created, so it wasn't released. Please consider bumping the `package.json` to `4.2.1` and retry the...

Hello, thanks for your nice lib! I am using the lib as the following: ``` import {offline} from '../../components/redux-offline'; import offlineConfig from '../../components/redux-offline/lib/defaults'; import {applyMiddleware, compose, createStore} from 'redux'; import...

Could anyone tell if we need to request for storage or any other permissions?