Steve Strates
Steve Strates
I am having this same issue. @DavidDoukhan have you found any resolution?
Here's how you can upgrade your Cocapods to fix the issue: ``` gem uninstall cocoapods gem install cocoapods -v 1.12.1 ``` Here are the list of versions: https://rubygems.org/gems/cocoapods/versions
> We have the same issue. Note that the url is wrong, it should be https://www.nativewind.dev/v4/troubleshooting#jsxImportSource. Note the v4 > > We have done everything listed there, but we still...
@z1haze https://github.com/vadimdemedes/tailwind-rn is pretty stable, however doesn't seem like it's being maintained anymore. I've been using it for all of my projects without issue. Nativewind v4 has way more features...
Thanks @ivanhercaz! This should really be added to the documentation.
Also had this issue and got it to work by deleting `daisyui` and `daisyui-theme` from vendor: ``` rm assets/vendor/daisyui.js assets/vendor/daisyui-theme.js ``` Changing the `app.css` to remove the `@plugin "daisyui-theme"`: ```css...
I just created a new phoenix project to test and I believe all you have to do is add this to app.css and you can ditch the `tailwind.config.js` entirely: ```css...