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 2dc1198 commit 7035fb5Copy full SHA for 7035fb5
example/src/SegmentedControl.tsx
@@ -154,7 +154,7 @@ const SegmentedControl: React.FC<SegmentedControlProps> = ({
154
>
155
{segment}
156
</Text>
157
- {badgeCount[index] > 0 && (
+ {badgeCount[index] && (
158
<View
159
style={[
160
styles.defaultBadgeContainerStyle,
src/index.tsx
0 commit comments