Closed Ali-Aref closed 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
bg-blue-400
md
<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`} />
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 tomd
for thishow can I style it ?