We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can you support react-native-web?
react-native-web
The library could detect if the platform is web and then implement the same methods with localStorage instead.
web
localStorage
What do you think?
As of now, any react-native-web project fails because the asyncStorage is not well supported there.
asyncStorage
See this thread: react-native-async-storage/async-storage#52
The text was updated successfully, but these errors were encountered:
That's an interesting idea. I have not used react-native-web before. I'll check into it and get back about what the possibilities here could be.
Sorry, something went wrong.
I've been hoping to look at this, but I'm pretty slammed right now. I would love to take a look at any pull request for this feature.
No branches or pull requests
Can you support
react-native-web
?The library could detect if the platform is
web
and then implement the same methods withlocalStorage
instead.What do you think?
As of now, any
react-native-web
project fails because theasyncStorage
is not well supported there.See this thread:
react-native-async-storage/async-storage#52
The text was updated successfully, but these errors were encountered: