From d2c8bac7a4e7fb7599f3bb83b6dae00eddc51c70 Mon Sep 17 00:00:00 2001 From: "satyajit.happy" Date: Mon, 21 Oct 2019 13:42:39 +0200 Subject: [PATCH] fix: remove incorrect types --- packages/material-bottom-tabs/src/types.tsx | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/packages/material-bottom-tabs/src/types.tsx b/packages/material-bottom-tabs/src/types.tsx index bde7de39..8d6f2a8b 100644 --- a/packages/material-bottom-tabs/src/types.tsx +++ b/packages/material-bottom-tabs/src/types.tsx @@ -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; - barStyleLight?: StyleProp; - barStyleDark?: StyleProp; title?: string; tabBarLabel?: React.ReactNode; tabBarVisible?: boolean;