Skip to content
This repository was archived by the owner on Feb 25, 2020. It is now read-only.

Commit 106913f

Browse files
committed
fix: remove incorrect types
1 parent a2c61ae commit 106913f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/types.tsx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,6 @@ export type NavigationTabProp<
1818
};
1919

2020
export type NavigationMaterialBottomTabOptions = {
21-
shifting?: boolean;
22-
labeled?: boolean;
23-
activeColor?: string;
24-
activeColorLight?: string;
25-
activeColorDark?: string;
26-
inactiveColor?: string;
27-
inactiveColorLight?: string;
28-
inactiveColorDark?: string;
29-
barStyle?: StyleProp<ViewStyle>;
30-
barStyleLight?: StyleProp<ViewStyle>;
31-
barStyleDark?: StyleProp<ViewStyle>;
3221
title?: string;
3322
tabBarLabel?: React.ReactNode;
3423
tabBarVisible?: boolean;

0 commit comments

Comments
 (0)