0

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!

Pranav
  • 701
  • 4
  • 18
Ismailp
  • 2,333
  • 4
  • 37
  • 66
  • Does the unselectedTintColor property work? - https://facebook.github.io/react-native/docs/tabbarios.html#unselectedtintcolor – vijayst Aug 03 '16 at 12:04
  • You are correct! Updated to 0.28 and everything works. Thanks! Please write this as an answer so I can accept it @Vijay – Ismailp Aug 03 '16 at 12:58

1 Answers1

0

The unselectedTintColor property should help.

vijayst
  • 20,359
  • 18
  • 69
  • 113