Can we use className with View when using nativewind & solito #486
Unanswered
rajat-arora084
asked this question in
Q&A
Replies: 1 comment 2 replies
-
we should pass className down directly, i’ll consider adding this soon |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, we can use styled HOC to render a View with tailwind support. But is it possible to render it directly with classname.
Ill also share the reason. As currently i have a react project with tailwind support so basically i want to convert it into solito app.
Till now, I am able to convert HTML into views & it is working fine. But the issue remains is that in React i have used classnames which are not working in Native applications.
So, basically i do not want to rewrite the styling part. Is there a way to do it?
Beta Was this translation helpful? Give feedback.
All reactions