DickyT / react-native-tabbar-navigator

(aka React Native Tanner Navigator) A component which builds excellent Navigator + TabBar based application, have a good solution for implementing hidesBottomBarWhenPushed in iOS.
97 stars 29 forks source link

How to add badge to TabBarNavigator.Item #23

Closed yosiyuki closed 7 years ago

yosiyuki commented 8 years ago

Is there any way to add badge like TabBarIOS.Item?

DickyT commented 7 years ago
<TabNavigator.Item title='Tab Two' icon={{uri: tabTwoIcon, scale: 3}} navItems={navItems[1]} badge='999+'>
   <TabTwoIndex/>
</TabNavigator.Item>