Restore notification count in BottomBar (#9554)
(cherry picked from commit 348e7fa379)
This commit is contained in:
@@ -418,7 +418,7 @@ function Btn({
|
|||||||
a.rounded_full,
|
a.rounded_full,
|
||||||
{backgroundColor: t.palette.primary_500},
|
{backgroundColor: t.palette.primary_500},
|
||||||
]}>
|
]}>
|
||||||
<Text style={styles.notificationCountLabel}>1</Text>
|
<Text style={styles.notificationCountLabel}>{notificationCount}</Text>
|
||||||
</View>
|
</View>
|
||||||
) : hasNew ? (
|
) : hasNew ? (
|
||||||
<View style={[styles.hasNewBadge, a.rounded_full]} />
|
<View style={[styles.hasNewBadge, a.rounded_full]} />
|
||||||
|
|||||||
Reference in New Issue
Block a user