Before submitting a new issue
Bug summary
We had a badge where the text was white and the background red, but now on android devices it looks like this.
I saw we have a property called tabBarBadge but there's no tabBarBadgeStyle (like in the react-navigation library). Could we add the styling to override the default one?
Library version
0.11.2
Environment info
Steps to reproduce
- …
- …
Reproducible sample code
<NativeBottomTabs.Screen
key={id}
name={tab}
initialParams={{
...
}}
listeners={listenersMap.get(id)}
options={{
tabBarLabel: "",
tabBarBadge: showBadge ? total + "" : undefined,
...
Before submitting a new issue
Bug summary
We had a badge where the text was white and the background red, but now on android devices it looks like this.
I saw we have a property called tabBarBadge but there's no tabBarBadgeStyle (like in the react-navigation library). Could we add the styling to override the default one?
Library version
0.11.2
Environment info
Steps to reproduce
Reproducible sample code