Oscar Franco

Results 216 comments of Oscar Franco

I just tried installing native wind 4.1.21 and getting this error on a vanilla RN project. Any workaround or solution?

Just lost a lot of time because the documentation is indeed wrong. It also doesn't seem to be working properly. I'm trying to remap a FlatList contentContainerStyle and with className...

Apparently `contentContainerClassName` has already been patched by native wind. Still even after changing the name it doesn't work. Another question would be how to patch the types. ![Oscar Franco Screen...

Seems on the latest version `4.0.36` `contentContainerClassName` has been fixed but remapProps does not work. Documentation is still wrong though, so that is worth taking a look. ![Oscar Franco Screen...

I managed to get this working, seems the `cssInterop` call is passing an array of props and not and object, therefore the destructuring is actually not working: ```tsx import {requireNativeComponent,...

Yeah, the last comment showed how i worked around it