diff --git a/src/TabBar.js b/src/TabBar.js index feac948cd..f5f9da701 100644 --- a/src/TabBar.js +++ b/src/TabBar.js @@ -37,7 +37,7 @@ export default class extends Component { /> )} /> - {!hideTabBar && + {!hideTabBar && {state.children.filter(el=>el.icon || this.props.tabIcon).map(el=>{ const Icon = el.icon || this.props.tabIcon; return