web-ridge / react-native-paper-tabs

Smooth and fast cross platform Material Design Tabs for React Native Paper
https://reactnativepapertabs.com
MIT License
199 stars 35 forks source link

How to change badge color or other properties? #67

Open cyril36 opened 8 months ago

cyril36 commented 8 months ago

Is your feature request related to a problem? Please describe. By default the tabs badge color is red. I would like to be able to update the properties of the badge such as the color.

<TabScreen
          label="Scheduled"
          icon="clock"
          badge="mybadge"
         badgeProps={mybadgeProps} //possible solution
        >

Can you help me to find a solution to update it?

RichardLindhout commented 7 months ago

PR is welcome!