-
Notifications
You must be signed in to change notification settings - Fork 20
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
In there any way to use this after RNW removed className? #37
Comments
I think that with RNW the only possibility is to use something like |
I'm using a patch in the example app that brings back the support for react-native-web |
Hey bro, I was going through some cool css solutions and I still believe that a powerful css-in-file could have the best css feature coverage so that I can utilize expo to fully work on Web without losing any consistency across all platforms. I appreciate your amazing work on the whole solution! However, I got quite confused when adding the support to RNW. Is there any possibility that you could fork the RNW and the community can help you to maintain the className support and sync with the upstream? |
I created a fork and modified the package to make it support https://github.com/0xGravityLabs/react-native-web https://www.npmjs.com/package/@gravitylabs/react-native-web Feel free to use it. |
I don't want to start maintaining a fork of RNW, so that's why I have not done it.
Nice! Do you also have plans to keep on updating the fork with changes from RNW? Your fork could be added to the README if that's the case. |
Yes! I think the most maintaining jobs to do are simply just syncing with the upstream as I didn't change much of the code. I'll try to keep it update-to-date at every major release of RNW. |
How do I get this to work in my project? When I uninstall react-native-web and install your fork, expo says it can't find react-native-web. Any tips? |
@JoeBoulton I have not tested, so I'm not sure if it works, but could that be possible with the So if you tried to use See: https://www.nieknijland.nl/blog/use-multiple-versions-of-an-npm-package-at-the-same-time |
I couldn't find anything to explain that.
The text was updated successfully, but these errors were encountered: