-
This seems to occur when I install via:
```
yarn add redux-persist-expo-securestore
```
It looks like it was changed in the source, but maybe that wasn't updated in npm? Thanks!
-
Hey so right now the Android default max size for asyncstorage is set to 6mb which is really small for some applications. Normally we would be able to change the max size limit in the MainApplication …
-
Hey guys, I'm having an issue with redux-persist when trying to run unit tests on certain components.
As the title says, **baseReducer** inside of _node_modules/redux-persist/lib/persistReducer.js_ i…
-
I am having problems using networkSaga. In rootSaga I am executing pingInterval for 30 seconds. When I disconnected, I launched the app, isConnected: false, but when I had the connection again, I wait…
-
Straight to the code. Mine is working well in React Native as I upgraded a long time ago. Recently I also use it in web version of the app, but no luck still.
The problem: Vanilla redux works well,…
-
HI there sorry bother you....
Hi there
I'm following this example of element6
rt2zz/redux-persist#598
and I need help in creating the ./reducer in order to save information in user..
I alread…
-
Hi,
I tried to install redux-persist but when installing it i have this error `Unexpected identifier` in my app.js
Here is le line:
```
import React, { PureComponent } from 'react'; // eslint-disa…
-
I have a BottomTabNavigator which, contains another BottomTabNavigator and two DrawerNavigator s.
One of the DrawerNavigators represents the authenticated state. I just implemented a log out butto…
-
Not sure exactly what you need, but on startup:
`[00:20:26] [Server thread/INFO]: [VarLight] Enabling VarLight v1.3
[00:20:26] [Server thread/INFO]: [VarLight] Created a new Lightsource Persistor fo…
ghost updated
5 years ago
-
I am getting the following error when pages is being first loaded:
```
Error: redux-persist: persist timed out for persist key "..."
```
I have scrutinized my code a thousand times and can't f…