[@types/react-navigation-material-bottom-tabs]Added history and order to backBehavior type (#37904)

* Added history to backBehavior type

* add order
This commit is contained in:
engabesi 2019-09-11 22:47:10 +09:00 committed by Mine Starks
parent 21a4e96871
commit 523a5a7d36

View File

@ -20,7 +20,7 @@ export interface TabConfig {
initialRouteName?: string;
order?: string[];
paths?: NavigationPathsConfig;
backBehavior?: 'initialRoute' | 'none';
backBehavior?: 'initialRoute' | 'order' | 'history' | 'none';
}
export function createMaterialBottomTabNavigator(