You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using mobx-persist with AsyncStorage in my react-native app.
When, in my new device, I recover from iCloud the gets exactly the same as in the previous device. The problem is that I want to force the user to login again.
Am I doing something wrong? Is there a simple solution for that?
The text was updated successfully, but these errors were encountered:
Not clear how exactly you are recovering the storage.
But in general, just remove your "logged in" flag or token from the storage/initial storage before passing it to hydrate.
I'm using mobx-persist with AsyncStorage in my react-native app.
When, in my new device, I recover from iCloud the gets exactly the same as in the previous device. The problem is that I want to force the user to login again.
Am I doing something wrong? Is there a simple solution for that?
The text was updated successfully, but these errors were encountered: