diff --git a/types/react-navigation/index.d.ts b/types/react-navigation/index.d.ts index 9d86c33ad4..278b48e75d 100644 --- a/types/react-navigation/index.d.ts +++ b/types/react-navigation/index.d.ts @@ -704,6 +704,7 @@ export function TabNavigator( export interface TabBarTopProps { activeTintColor: string; inactiveTintColor: string; + indicatorStyle: StyleProp; showIcon: boolean; showLabel: boolean; upperCaseLabel: boolean;