Skip to content

Commit c610cda

Browse files
committed
fix: revert tabContent to some View
1 parent f0dfc85 commit c610cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native-bottom-tabs/ios/TabViewImpl.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ struct TabViewImpl: View {
1515
#endif
1616

1717
@ViewBuilder
18-
var tabContent: some AnyTabView {
18+
var tabContent: some View {
1919
if #available(iOS 18, macOS 15, visionOS 2, tvOS 18, *) {
2020
NewTabView(
2121
props: props,

0 commit comments

Comments
 (0)