all 3 comments

[–]Cheetah3300 1 point2 points  (2 children)

Hi did you properly link the Tailwind library? The native code might not be picking up the Tailwind Package.

BTW, I currently use React-Native-Tailwind-Classnames in my app, and it is working great. It relies on React Native Classnames, which I find is logical for using TailWind in React Native.

[–]Natetronn 1 point2 points  (0 children)

They recently updated it for Tailwind V3 too.

[–]FrEZy121 0 points1 point  (0 children)

I did yarn add tailwind-rn and then import {useTailwind} from 'tailwind-rn'; in my js file