mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-29 04:45:19 +08:00
fix: remove incorrect types
This commit is contained in:
@@ -18,17 +18,6 @@ export type NavigationTabProp<
|
|||||||
};
|
};
|
||||||
|
|
||||||
export type NavigationMaterialBottomTabOptions = {
|
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;
|
title?: string;
|
||||||
tabBarLabel?: React.ReactNode;
|
tabBarLabel?: React.ReactNode;
|
||||||
tabBarVisible?: boolean;
|
tabBarVisible?: boolean;
|
||||||
|
|||||||
Reference in New Issue
Block a user