className support #304
Chirag-kalsariya
started this conversation in
General
Replies: 1 comment
-
he there, thanks for opening the discussion. it's a good question. my current stance on this is pretty well summed up by my comment on another issue: #181 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
currently, we can style native components using syntax like this.
What about support of className for styling.
The reason for that is we can use other library like class-variance-authority, and clsx. Using this we can create components variants. And, it will benefits to create component library like Shadcn for react-native.
I already try Nativewind, and Nativecn, but they are too unstable. also, not supporting Monorepo, and complex to setup for web.
Beta Was this translation helpful? Give feedback.
All reactions