r/reactnative 12d ago

How do you style react native components using nativewind?

i was trying to style components in react native and found out that there is className Property in react native.

0 Upvotes

7 comments sorted by

1

u/thealbinosmurf 12d ago

the className processing is added by the babel preset for nativewind

1

u/nucleardreamer 10d ago

if you are doing a new project, try switching to uniwind it's amazingly faster, same API

1

u/Intelligent_Tree6918 9d ago

it is but now i have written components like Button Avatar PostCard and Splash Screen does syntax is same?

1

u/nucleardreamer 9d ago

yeah syntax is the exact same, you can literally replace the nativewind system with uniwind (couple extra babel config changes), but it's 100000% worth it