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
yeah, i'm not sure you should try to combine nativewind and twrnc, they're both doing somewhat similar things, i think you should choose one of the other.
regarding prefixes, i don't believe i've ever actually implemented this (and there are other parts of the tailwind api that are also not implemented). because this library is specifically focused on RN Native and not RN Web, the necessity for a prefix to disambiguate seems pretty small, and no one has ever asked for it before, that i can recall. are you doing a RN Web project perhaps? if so, this might not be the right library for you.
tailwind.config.js
(https://v3.tailwindcss.com/docs/configuration#prefix)Though it does work if I use the un-prefixed classes (with the prefix still enabled in the config) but that breaks intellisense.
The text was updated successfully, but these errors were encountered: