mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-10 17:23:42 +08:00
Fix getCustomActionCreators in drawer navigator
This commit is contained in:
@@ -50,6 +50,7 @@ const DrawerNavigator = (routeConfigs, config = {}) => {
|
||||
paths,
|
||||
initialRouteName,
|
||||
backBehavior,
|
||||
getCustomActionCreators,
|
||||
...drawerConfig
|
||||
} = mergedConfig;
|
||||
|
||||
@@ -58,6 +59,7 @@ const DrawerNavigator = (routeConfigs, config = {}) => {
|
||||
paths,
|
||||
initialRouteName,
|
||||
backBehavior,
|
||||
getCustomActionCreators,
|
||||
};
|
||||
|
||||
const drawerRouter = DrawerRouter(routeConfigs, routerConfig);
|
||||
|
||||
Reference in New Issue
Block a user