Is anyone here using Tailwind for styling in their cljs/rn project?
It seems like the most up-to-date JS implementation is here: https://github.com/vadimdemedes/tailwind-rn
But it looks like it’s so up-to-date it’s using Hooks to implement the Tailwind JIT, which makes for some pretty convoluted code: https://github.com/vadimdemedes/tailwind-rn/blob/master/migrate.md
That seems like overkill for what I want, which is for a set of named classes to be translated to style attributes.
Anyone using this or something else? Would be interested in people’s experiences.
I've been using tailwind-rn 3.x happily for a while now.