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

Change BadgeText Style #131

Closed MonFig closed 7 years ago

MonFig commented 7 years ago

Thank you for your great component! Is there any way to change the style of the property badgeText?Wanna use it as my notification and want its background be red.

MonFig commented 7 years ago

Ok got it.I thought renderBadge could achieve it just like this:

renderBadge={() => <Text style={style.notify}>{notifyCount}</Text>}