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
Might not be as simple as it sounds, using React Native's AsyncStorage won't work the way store is currently written and used 🤔
Do "frequently store" init() and "skin store" init() on mount before full render if not already init? This way store.get can be asynchronous too (both stores are already cached so will work onwards)
The text was updated successfully, but these errors were encountered:
Might not be as simple as it sounds, using React Native's
AsyncStorage
won't work the waystore
is currently written and used 🤔Do "frequently store"
init()
and "skin store"init()
on mount before full render if not already init? This way store.get can be asynchronous too (both stores are already cached so will work onwards)The text was updated successfully, but these errors were encountered: