diff --git a/types/react-navigation/index.d.ts b/types/react-navigation/index.d.ts index 02ff37bcb1..87e4ad40c6 100644 --- a/types/react-navigation/index.d.ts +++ b/types/react-navigation/index.d.ts @@ -10,8 +10,9 @@ // charlesfamu // Tim Wang // Qibang Sun +// Sergei Butko: // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.3 +// TypeScript Version: 2.6 /** * BEGIN FLOW TYPEDEFINITION.JS PORT @@ -572,6 +573,7 @@ export interface TabViewConfig { tabBarPosition?: 'top' | 'bottom'; tabBarOptions?: { activeTintColor?: string, + allowFontScaling?: boolean, activeBackgroundColor?: string, inactiveTintColor?: string, inactiveBackgroundColor?: string,