diff --git a/native/flow-typed/npm/@react-navigation/bottom-tabs_v5.x.x.js b/native/flow-typed/npm/@react-navigation/bottom-tabs_v5.x.x.js --- a/native/flow-typed/npm/@react-navigation/bottom-tabs_v5.x.x.js +++ b/native/flow-typed/npm/@react-navigation/bottom-tabs_v5.x.x.js @@ -1542,6 +1542,7 @@ |}>, +tabBarButton: BottomTabBarButtonProps => React$Node, +unmountOnBlur: boolean, + +headerShown: boolean, |}>; /** diff --git a/native/flow-typed/npm/@react-navigation/devtools_v5.x.x.js b/native/flow-typed/npm/@react-navigation/devtools_v5.x.x.js --- a/native/flow-typed/npm/@react-navigation/devtools_v5.x.x.js +++ b/native/flow-typed/npm/@react-navigation/devtools_v5.x.x.js @@ -1542,6 +1542,7 @@ |}>, +tabBarButton: BottomTabBarButtonProps => React$Node, +unmountOnBlur: boolean, + +headerShown: boolean, |}>; /** diff --git a/native/flow-typed/npm/@react-navigation/elements_v1.x.x.js b/native/flow-typed/npm/@react-navigation/elements_v1.x.x.js --- a/native/flow-typed/npm/@react-navigation/elements_v1.x.x.js +++ b/native/flow-typed/npm/@react-navigation/elements_v1.x.x.js @@ -1539,6 +1539,7 @@ |}>, +tabBarButton: BottomTabBarButtonProps => React$Node, +unmountOnBlur: boolean, + +headerShown: boolean, |}>; /** diff --git a/native/flow-typed/npm/@react-navigation/material-top-tabs_v5.x.x.js b/native/flow-typed/npm/@react-navigation/material-top-tabs_v5.x.x.js --- a/native/flow-typed/npm/@react-navigation/material-top-tabs_v5.x.x.js +++ b/native/flow-typed/npm/@react-navigation/material-top-tabs_v5.x.x.js @@ -1542,6 +1542,7 @@ |}>, +tabBarButton: BottomTabBarButtonProps => React$Node, +unmountOnBlur: boolean, + +headerShown: boolean, |}>; /** diff --git a/native/flow-typed/npm/@react-navigation/native_v5.x.x.js b/native/flow-typed/npm/@react-navigation/native_v5.x.x.js --- a/native/flow-typed/npm/@react-navigation/native_v5.x.x.js +++ b/native/flow-typed/npm/@react-navigation/native_v5.x.x.js @@ -1542,6 +1542,7 @@ |}>, +tabBarButton: BottomTabBarButtonProps => React$Node, +unmountOnBlur: boolean, + +headerShown: boolean, |}>; /** diff --git a/native/flow-typed/npm/@react-navigation/stack_v5.x.x.js b/native/flow-typed/npm/@react-navigation/stack_v5.x.x.js --- a/native/flow-typed/npm/@react-navigation/stack_v5.x.x.js +++ b/native/flow-typed/npm/@react-navigation/stack_v5.x.x.js @@ -1542,6 +1542,7 @@ |}>, +tabBarButton: BottomTabBarButtonProps => React$Node, +unmountOnBlur: boolean, + +headerShown: boolean, |}>; /** diff --git a/native/navigation/app-navigator.react.js b/native/navigation/app-navigator.react.js --- a/native/navigation/app-navigator.react.js +++ b/native/navigation/app-navigator.react.js @@ -108,6 +108,9 @@ borderTopWidth: 1, }, }; +const tabBarScreenOptions = { + headerShown: false, +}; function TabNavigator() { const chatBadge = useSelector(unreadCount); const isCalendarEnabled = useSelector(state => state.enabledApps.calendar); @@ -130,6 +133,7 @@ tabBar={tabBar} backBehavior="none" tabBarOptions={tabBarOptions} + screenOptions={tabBarScreenOptions} > {calendarTab}