sunnylqm / react-native-storage

local storage wrapper for both react-native and browser. Support size controlling, auto expiring, remote data auto syncing and getting batch data in one query.
MIT License
3.02k stars 268 forks source link

Will I lost data on expire time change? #249

Closed lahmacun closed 4 years ago

lahmacun commented 4 years ago

Hello, thanks for library. Great work. It's a little urgent question. I'm going to release new version tomorrow and I changed my expire time from 1 day to null. Will my users lose data on during update? Thank you very much. Best Regards

sunnylqm commented 4 years ago

The change will only effect new data

lahmacun commented 4 years ago

Thanks for your response. Have a nice day.