mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-11 22:33:32 +08:00
Add initialRouteParams to drawer
This commit is contained in:
@@ -50,6 +50,7 @@ const DrawerNavigator = (routeConfigs, config = {}) => {
|
||||
order,
|
||||
paths,
|
||||
initialRouteName,
|
||||
initialRouteParams,
|
||||
backBehavior,
|
||||
getCustomActionCreators,
|
||||
...drawerConfig
|
||||
@@ -59,6 +60,7 @@ const DrawerNavigator = (routeConfigs, config = {}) => {
|
||||
order,
|
||||
paths,
|
||||
initialRouteName,
|
||||
initialRouteParams,
|
||||
backBehavior,
|
||||
getCustomActionCreators,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user