|
Basically, with But what about props like to and have it work. I think for now the only way is to do which is pretty weird and verbose. This with nativewind v5 preview is something like and done. We need something like that for uniwind too! |
Answered by
Brentlok
Jan 9, 2026
Replies: 1 comment 6 replies
|
Actually we have a way to do this const UniComp = withUniwind(Comp, {
style: {
fromClassName: 'className',
},
width: {
fromClassName: 'className',
styleProperty: 'width',
},
}) |
6 replies
Answer selected by
Brentlok
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Actually we have a way to do this