fix: remove incorrect types

This commit is contained in:
satyajit.happy
2019-10-21 13:42:39 +02:00
parent 27d195e304
commit d2c8bac7a4

View File

@@ -18,17 +18,6 @@ export type NavigationTabProp<
};
export type NavigationMaterialBottomTabOptions = {
shifting?: boolean;
labeled?: boolean;
activeColor?: string;
activeColorLight?: string;
activeColorDark?: string;
inactiveColor?: string;
inactiveColorLight?: string;
inactiveColorDark?: string;
barStyle?: StyleProp<ViewStyle>;
barStyleLight?: StyleProp<ViewStyle>;
barStyleDark?: StyleProp<ViewStyle>;
title?: string;
tabBarLabel?: React.ReactNode;
tabBarVisible?: boolean;