You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generally, using MMKV and CodePush together does not cause issues. However, it seems that after performing encryption/decryption using react-native-quick-crypto, problems arise during the CodePush update process due to the PropNameIDCache::invalidate step in MMKV.
I encountered an error while using the react-native-mmkv library during the CodePush update process. The error message I received is as follows
dependencies:
OS: iOS only
Generally, using MMKV and CodePush together does not cause issues. However, it seems that after performing encryption/decryption using react-native-quick-crypto, problems arise during the CodePush update process due to the PropNameIDCache::invalidate step in MMKV.
I encountered an error while using the react-native-mmkv library during the CodePush update process. The error message I received is as follows
An easier approach would be to not use react-native-quick-crypto, but it seems like modifying MMKV could also be a good solution.
Related issues
The text was updated successfully, but these errors were encountered: