sync-storage
sync-storage copied to clipboard
After restarting the storage wipes out: "sync-storage": "^0.4.2"
Any update on this?
Same here
Hey all, by "restarting" do you mean closing your app and reopening it? What worked for me is setting "await SyncStorage.init();" Then I can get the values previously saved. I'm on ^0.4.2 as well.
I have similar problem. However after investigation I'm pretty sure that problem is connected with access data prior to SyncStorage.init(); end.