Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port local storage to React Native #22

Open
johnsenpeder opened this issue May 16, 2018 · 0 comments
Open

Port local storage to React Native #22

johnsenpeder opened this issue May 16, 2018 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@johnsenpeder
Copy link
Contributor

johnsenpeder commented May 16, 2018

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)

@johnsenpeder johnsenpeder added enhancement New feature or request help wanted Extra attention is needed labels May 16, 2018
@johnsenpeder johnsenpeder added this to the v1.0.0 milestone Sep 28, 2018
@johnsenpeder johnsenpeder removed their assignment Dec 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
Development

No branches or pull requests

2 participants