Skip to content

Commit e8c9ed2

Browse files
committed
 fix: move .tab modifiers in LegacyTabView
1 parent f4d97b7 commit e8c9ed2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-native-bottom-tabs/ios/TabView/LegacyTabView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ struct LegacyTabView: AnyTabView {
4646
labeled: props.labeled
4747
)
4848
.accessibilityIdentifier(tabData.testID ?? "")
49-
.tabBadge(tabData.badge)
50-
.tabAppear(using: context)
5149
}
5250
.tag(tabData.key)
51+
.tabBadge(tabData.badge)
52+
.tabAppear(using: context)
5353
}
5454
}
5555
}

0 commit comments

Comments
 (0)