mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-09 09:13:32 +08:00
fix: remove incorrect types
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user