We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4d97b7 commit e8c9ed2Copy full SHA for e8c9ed2
1 file changed
packages/react-native-bottom-tabs/ios/TabView/LegacyTabView.swift
@@ -46,10 +46,10 @@ struct LegacyTabView: AnyTabView {
46
labeled: props.labeled
47
)
48
.accessibilityIdentifier(tabData.testID ?? "")
49
- .tabBadge(tabData.badge)
50
- .tabAppear(using: context)
51
}
52
.tag(tabData.key)
+ .tabBadge(tabData.badge)
+ .tabAppear(using: context)
53
54
55
0 commit comments