diff --git a/types/react-navigation/index.d.ts b/types/react-navigation/index.d.ts index c4e396783f..6574c9f55c 100644 --- a/types/react-navigation/index.d.ts +++ b/types/react-navigation/index.d.ts @@ -623,7 +623,7 @@ export interface TabViewConfig { showLabel?: boolean, style?: StyleProp, labelStyle?: StyleProp, - + iconStyle?: StyleProp, // Top showIcon?: boolean, upperCaseLabel?: boolean,