jaredh159 / tailwind-react-native-classnames

simple, expressive API for tailwindcss + react-native
2.08k stars 84 forks source link

How to style a third party component #303

Closed Ali-Aref closed 5 months ago

Ali-Aref commented 5 months ago

First thanks for this awesome package 🙏.

I am using expo vector icons how can style them using twrnc ?

for example I want a bg-blue-400 and make the size to md for this

<EvilIcons name="spinner-3" size={20} />

how can I style it ?

Ali-Aref commented 5 months ago

My bad!

I never thought that I could do this

<EvilIcons name="spinner-3" size={20} style={tw`any-style`} />