ammarahm-ed / react-native-mmkv-storage

An ultra fast (0.0002s read/write), small & encrypted mobile key-value storage framework for React Native written in C++ using JSI
https://rnmmkv.now.sh
MIT License
1.59k stars 111 forks source link

upgrade from 0.3.7 to latest version #355

Open chr4ss12 opened 2 months ago

chr4ss12 commented 2 months ago

I am trying to update from quite old version to a new one, it is unclear to me what happened but it looks like the existing data is not "retained" between the library updates, is there something I can do about this? I have some users in the app who then upgrade to new version of the app (and new library version) and they don't have the existing data anymore.

ammarahm-ed commented 2 months ago

Hey, on which platform have you tried to upgrade? Android or iOS?

chr4ss12 commented 2 months ago

I tried IOS, not tried Android yet.