We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b42693e commit fd94cc4Copy full SHA for fd94cc4
example/src/App.tsx
@@ -71,6 +71,7 @@ export default function App() {
71
inactiveTextStyle={styles.customWhiteColor}
72
tileStyle={styles.customBlueColor}
73
badgeValues={[2]}
74
+ activeBadgeStyle={styles.customBadgeBlueColor}
75
/>
76
</View>
77
<View style={styles.box}>
@@ -110,4 +111,7 @@ const styles = StyleSheet.create({
110
111
customBlueTextColor: {
112
color: '#0369a1',
113
},
114
+ customBadgeBlueColor: {
115
+ backgroundColor: '#38bdf8',
116
+ },
117
});
0 commit comments