You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Textstyle={tw.style('text-crimson')}>
I should be a red color.
</Text>
Any thoughts on why I would be getting that error? The npx setup-tailwind-rn command pretty much set everything up for me. And, all of the other Tailwind classes are working.
The text was updated successfully, but these errors were encountered:
After fresh install I'm getting warnings for all of my custom classes defined in the tailwind config.
The warning is as follows:
crimson unknown or invalid utility
Here is my
tailwind.config.js
setup:And here is how I'm using it in my component:
Any thoughts on why I would be getting that error? The
npx setup-tailwind-rn
command pretty much set everything up for me. And, all of the other Tailwind classes are working.The text was updated successfully, but these errors were encountered: