diff --git a/types/react-navigation-material-bottom-tabs/index.d.ts b/types/react-navigation-material-bottom-tabs/index.d.ts index 303c29a728..27463654ac 100644 --- a/types/react-navigation-material-bottom-tabs/index.d.ts +++ b/types/react-navigation-material-bottom-tabs/index.d.ts @@ -20,7 +20,7 @@ export interface TabConfig { initialRouteName?: string; order?: string[]; paths?: NavigationPathsConfig; - backBehavior?: 'initialRoute' | 'none'; + backBehavior?: 'initialRoute' | 'order' | 'history' | 'none'; } export function createMaterialBottomTabNavigator(