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

save()的返回值是promise吗 #183

Closed easymind223 closed 6 years ago

easymind223 commented 6 years ago

在save().then()方法中获取不到已存储的数据?why

lizhuoyuan commented 6 years ago

成功的话返回null

sunnylqm commented 6 years ago

没有返回值(为什么要有?)