made ui store non-persist

This commit is contained in:
noumantahir 2022-07-02 03:29:16 +05:00
parent 40bc598f16
commit e2df0cc8fd

View File

@ -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,