Saad
Saad
https://github.com/jaredh159/tailwind-react-native-classnames?tab=readme-ov-file#customization Should've read the docs more carefully, my bad. Though when I use that I'm running into `tailwindcss plugin function argument object prop "web" not implemented`. I'm not using any...
Ah I believe it's because of the presets. When I get rid of it the error goes away but the prefixed classes still don't work. ```js /** @type {import('tailwindcss').Config} */...
Using the component as a function call instead of JSX resolved the issue for me `from={}` -> `from={SomeComponent({ propA: whatever })}` But it would be nice to have it work...