mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-24 13:53:23 +03:00
made ui store non-persist
This commit is contained in:
parent
40bc598f16
commit
e2df0cc8fd
@ -37,7 +37,7 @@ const persistConfig = {
|
|||||||
// Storage Method (React Native)
|
// Storage Method (React Native)
|
||||||
storage: AsyncStorage,
|
storage: AsyncStorage,
|
||||||
// Blacklist (Don't Save Specific Reducers)
|
// Blacklist (Don't Save Specific Reducers)
|
||||||
blacklist: ['nav', 'communities', 'user'],
|
blacklist: ['nav', 'communities', 'user', 'ui'],
|
||||||
timeout: 0,
|
timeout: 0,
|
||||||
transforms:[
|
transforms:[
|
||||||
transformCacheVoteMap,
|
transformCacheVoteMap,
|
||||||
|
Loading…
Reference in New Issue
Block a user