Merge pull request #24661 from brunolemos/patch-5

[react-navigation] Add indicatorStyle to TabBarTopProps
This commit is contained in:
Paul van Brenk
2018-04-03 11:22:08 -07:00
committed by GitHub

View File

@@ -704,6 +704,7 @@ export function TabNavigator(
export interface TabBarTopProps {
activeTintColor: string;
inactiveTintColor: string;
indicatorStyle: StyleProp<ViewStyle>;
showIcon: boolean;
showLabel: boolean;
upperCaseLabel: boolean;