Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
'browsingHistoryIllusts',
'browsingHistoryNovels',
'highlightTags',
'muteTags',
'muteUsers',
'saveImageSettings',
'initialScreenSettings',
'novelSettings',
'entities',
'auth',
'i18n',
'theme',
],
storage: AsyncStorage,
transforms: [myTransform],
getStoredState: getStoredStateMigrateV4(v4Config),
};
const persistConfig = {
key: 'root',
timeout: 15000, // https://github.com/rt2zz/redux-persist/issues/717
stateReconciler: autoMergeLevel2,
whitelist: [
'searchHistory',
'browsingHistoryIllusts',
'browsingHistoryNovels',
'highlightTags',
'muteSettings',
'muteTags',
'muteUsers',
'saveImageSettings',
'initialScreenSettings',