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
LocalStorage is used in the syncStateWithLocalStorage function, which is currently synchronous. We should use AsyncStorage for this functionality instead, though an in-memory cache may be sufficient for now.
The text was updated successfully, but these errors were encountered:
LocalStorage is used in the
syncStateWithLocalStorage
function, which is currently synchronous. We should useAsyncStorage
for this functionality instead, though an in-memory cache may be sufficient for now.The text was updated successfully, but these errors were encountered: