jaredh159 / tailwind-react-native-classnames

simple, expressive API for tailwindcss + react-native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to style a third party component

Ali-Aref opened this issue Β· comments

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 ?

My bad!

I never thought that I could do this

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