ptomasroos / react-native-tab-navigator

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

Fix a vertical alignment problem when rendering untitled tab icons #64

Closed songyouwei closed 6 years ago

songyouwei commented 8 years ago

I meet a vertical alignment problem when rendering untitled tab icons. Delete the untitledContainer style and let developer themselves to render the untitled tab icon may be more appropriate.😊

magrinj commented 8 years ago

This problem is also solved in my PR #61 :)

ptomasroos commented 7 years ago

Can you rebase this @songyouwei and I will review it