jasonmerino / react-native-simple-store

A minimalistic wrapper around React Native's AsyncStorage.

Home Page:https://www.npmjs.com/package/react-native-simple-store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sometime the keys and value in the store all dispeared

haozi5460 opened this issue · comments

commented

The issue happened on android, when I open the splash page ,it will judge it has logined or not from the key-value from store,
But, if the Rn-app error or debug-onReload, the keys and values in store all disppeared . I don't know why.

I use "store.get('access_token')); store.keys()" to get the promise,and I found the issue.
error
ok

@haozi5460 thanks for reporting this issue. Can you create a simple test case that reproduces the issue? Thanks!

Closing this issue due to inactivity. If this is still an issue and someone can send me a reproducible test case I'd be happy to reopen this and take a look.