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 a7316f8 commit 14f9c04Copy full SHA for 14f9c04
.changeset/lemon-trainers-boil.md
@@ -0,0 +1,5 @@
1
+---
2
+"react-native-bottom-tabs": patch
3
4
+
5
+fix: tabbar showing duplicates on iOS
packages/react-native-bottom-tabs/ios/TabView/NewTabView.swift
@@ -31,6 +31,7 @@ struct NewTabView: AnyTabView {
31
RepresentableView(view: child.view)
32
.ignoresSafeArea(.container, edges: .all)
33
.tabAppear(using: context)
34
+ .hideTabBar(props.tabBarHidden)
35
} label: {
36
TabItem(
37
title: tabData.title,
@@ -50,6 +51,5 @@ struct NewTabView: AnyTabView {
50
51
.measureView { size in
52
onLayout(size)
53
}
- .hideTabBar(props.tabBarHidden)
54
55
0 commit comments