Skip to content

Commit fd94cc4

Browse files
committed
chore: ✨ updated example app
1 parent b42693e commit fd94cc4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

example/src/App.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ export default function App() {
7171
inactiveTextStyle={styles.customWhiteColor}
7272
tileStyle={styles.customBlueColor}
7373
badgeValues={[2]}
74+
activeBadgeStyle={styles.customBadgeBlueColor}
7475
/>
7576
</View>
7677
<View style={styles.box}>
@@ -110,4 +111,7 @@ const styles = StyleSheet.create({
110111
customBlueTextColor: {
111112
color: '#0369a1',
112113
},
114+
customBadgeBlueColor: {
115+
backgroundColor: '#38bdf8',
116+
},
113117
});

0 commit comments

Comments
 (0)