Search code examples
iosreactjsuiimagereact-nativeuitabbaritem

Image with color in React Native TabbarIOS.item


I've been trying to accomplish a tabbed app similar to the image using TabbarIOS and TabbarIOS.item in RN.

enter image description here

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!


Solution

  • The unselectedTintColor property should help.