From 705de9c4e568d7d6629d03249a41bba575e94bf1 Mon Sep 17 00:00:00 2001 From: Islam Temirbek Date: Mon, 12 Mar 2018 16:34:30 +0600 Subject: [PATCH] fix(react-navigation): add iconStyle --- types/react-navigation/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,