diff --git a/native/redux/persist.js b/native/redux/persist.js --- a/native/redux/persist.js +++ b/native/redux/persist.js @@ -1229,7 +1229,7 @@ storage: AsyncStorage, blacklist: persistBlacklist, debug: __DEV__, - version: 65, + version: 64, transforms: [ messageStoreMessagesBlocklistTransform, reportStoreTransform,