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

Doesn't work if renderIcon is blank #6

Closed pickhardt closed 8 years ago

pickhardt commented 8 years ago

I got stuck for a little bit with the example, because I had removed the renderIcons prop. It'd be nice if it could be used without any icons, too.

ide commented 8 years ago

TabNavigatorItem (0.2.9 published to npm) now provides a default implementation of renderIcon that renders a blank View. That way it's easier to get started before you have icons ready.