oblador / react-native-vector-icons

Customizable Icons for React Native with support for image source and full styling.
https://oblador.github.io/react-native-vector-icons/
MIT License
17.45k stars 2.12k forks source link

Icons not vertically centered in TabBarIOS when the title not specified #234

Closed knowbody closed 8 years ago

knowbody commented 8 years ago

If the title is not specified in TabBarItem I would expect the icons to be vertically centered. At the moment they are shifted up:

image

oblador commented 8 years ago

This is a bug in the core React Native implementation, use an empty string as title instead and they will center.

knowbody commented 8 years ago

thank you @oblador, is there an issue open in RN repo? would be great to link to it and then feel free to close this one

oblador commented 8 years ago

No, couldn't find one but know from experience. If you have the time, open one. Closing this for now.

knowbody commented 8 years ago

cool, will do