fix(react-navigation): add iconStyle

This commit is contained in:
Islam Temirbek
2018-03-12 16:34:30 +06:00
committed by GitHub
parent 3cafa3ebdd
commit 705de9c4e5

View File

@@ -623,7 +623,7 @@ export interface TabViewConfig {
showLabel?: boolean,
style?: StyleProp<ViewStyle>,
labelStyle?: StyleProp<TextStyle>,
iconStyle?: StyleProp<ViewStyle>,
// Top
showIcon?: boolean,
upperCaseLabel?: boolean,