-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Web support #243
Comments
Hi, @brunolemos |
@brunolemos I just created #406 in case you want to use it on web as well. |
Seems it's being implemented.🤗 |
Wondering what the state of this is atm. Trying to convert a RN project to web, but ran into an issue around RNGH. For now, I'll just remove this functionality from web, but interested if there's a way to get it working already/timeline |
Any news about it ? It seems like many libraries are dependent of this one to work on web, isn't it? |
I think Web functionality would be awesome, because it would help us to decentralize the mobile environment. Imagine a future where you can sell your apps & in-app purchases without paying Apple $99/year + 30% of sales. Plus you can take cryptocurrency payments. |
I am just wondering if it is now supporting web or not. I am using storybook with react-native-web. With the addon-react-native-web everything is working in storybook but couldnt get it running in my nextjs project |
Is there any port of this library for the web?
I think @vincentriemer started a port but not sure if that can be decoupled from react-native-dom.
Motivation: I'm a believer that all react-native packages should have web support.
Sharing code between platforms is one of the strengths of react-native, so every library I add I check if it has web support or how easy would it be to implement it myself.
The text was updated successfully, but these errors were encountered: