-
Notifications
You must be signed in to change notification settings - Fork 85
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
Compatibility Issue with tailwindcss in twrnc after Upgrade to Version 4 #331
Comments
same error here |
thanks for reporting this. i hadn't thought about v4 compat yet, i'll need to look into that. for now, i should tighten up the peer dep requirement. i'll do that right now |
ok, |
Nice, thanks a lot 🥇 |
Any timeframe for Tailwind v4? |
no, i can't say i have a time frame. if it's easy, maybe soon. i'm pretty focused on other things right now, so would definitely be glad for some community help on this front. |
Hi,
I'm facing an issue with running my project where I use the twrnc package. I noticed that 3 days ago, tailwindcss was updated to version 4, and in the dependencies of twrnc in the package.json, I can see the following:
This means that when installing dependencies, tailwindcss can be automatically upgraded to version 4, which caused issues in my app because twrnc isn't compatible with version 4 yet.
As a temporary workaround, I've added the following to my package.json:
This ensures that tailwindcss stays on version 3.4.17, which works with twrnc.
Do you have any plans to release a version of twrnc that will support tailwindcss version 4?
Thanks in advance for your help!
The text was updated successfully, but these errors were encountered: