Closed kallebysantos closed 1 year ago
This library is only aiming to cover tailwindcss utilities that map directly to core style props in RN native. I think maybe focus:
is not supported directly in RN (native).
I'm guessing you might be using RN web? If so, check out the discussion here: #125
This library is only aiming to cover tailwindcss utilities that map directly to core style props in RN native. I think maybe
focus:
is not supported directly in RN (native).I'm guessing you might be using RN web? If so, check out the discussion here: #125
Hi, I'm using RN for mobile, the examples of code that I wrote before as tested on android devices, both emulator and physical. My solution has remove twrnc and just use nativewind + tailwindcss has a mentioned before. I has very excited to use twrnc but the current stack is already covering the necessary features of my app.
ok, if NativeWind is working for you, that's great.
for future folks who come across this issue, i don't believe that focus exists as a core styling concept in RN Native, so I don't think there is a way to implement this for RN Native using tailwind utilities alone -- it would require some sort of setState
dance.
I'm trying to use
focus:
class withtw
but it not working.Working example (Default tailwind + nativewind):
Not Working example (using twrnc)