diff --git a/types/react-navigation/index.d.ts b/types/react-navigation/index.d.ts index 0fcc92a429..2a0a22c8b1 100644 --- a/types/react-navigation/index.d.ts +++ b/types/react-navigation/index.d.ts @@ -972,6 +972,7 @@ export interface TabViewConfig { activeBackgroundColor?: string; inactiveTintColor?: string; inactiveBackgroundColor?: string; + keyboardHidesTabBar?: boolean; showLabel?: boolean; style?: StyleProp; labelStyle?: StyleProp;