ptomasroos / react-native-tab-navigator

A tab bar that switches between scenes, written in JS for cross-platform support
MIT License
2.4k stars 416 forks source link

Tab bar without title #115

Closed Fantasim closed 8 years ago

Fantasim commented 8 years ago

Hi,

How can i set any title in my items on react-native-tab-navigator ??

like that : http://www.yagoshack.fr/?v=capturvzv.png

ide commented 8 years ago

Have you tried setting the title and titleStyle props to hide the titles?

Fantasim commented 8 years ago

Yes i've add opacity 0 on title and top: 5 on icon, it looks like what I imagined