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
{{ message }}
This repository was archived by the owner on Jan 17, 2020. It is now read-only.
Since we already store some info locally, we could also send those to a remote server and later on restore them in another app session.
This however would require that the user already signed up for our app i.e. Google, Facebook, email, etc.
One problem with this approach is that AFAIK, expo doesnt have any storage that can be automatically synchronized. This mean that if the user is offline, we would have to temperarily store the data locally for later retrial.