We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c610cda commit 8fd1f7bCopy full SHA for 8fd1f7b
1 file changed
packages/react-native-bottom-tabs/ios/TabView/LegacyTabView.swift
@@ -13,9 +13,9 @@ struct LegacyTabView: AnyTabView {
13
ForEach(props.children.indices, id: \.self) { index in
14
renderTabItem(at: index)
15
}
16
- }
17
- .measureView { size in
18
- onLayout(size)
+ .measureView { size in
+ onLayout(size)
+ }
19
20
.hideTabBar(props.tabBarHidden)
21
0 commit comments