I've been trying to accomplish a tabbed app similar to the image using TabbarIOS
and TabbarIOS.item
in RN.
I've accomplished adding the image but the color is changed to the default grey and only changes to blue when selected.
Is there a way to accomplish this using TabbarIOS.item
?
Thanks!
The unselectedTintColor property should help.