mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-18 19:01:38 +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: AsyncStorage,
|
||||
// Blacklist (Don't Save Specific Reducers)
|
||||
blacklist: ['nav', 'communities', 'user'],
|
||||
blacklist: ['nav', 'communities', 'user', 'ui'],
|
||||
timeout: 0,
|
||||
transforms:[
|
||||
transformCacheVoteMap,
|
||||
|
Loading…
Reference in New Issue
Block a user