mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-06-17 05:29:37 +08:00
refactor: add missing methods to container navigation prop
This commit is contained in:
@@ -219,6 +219,8 @@ const BaseNavigationContainer = React.forwardRef(
|
||||
dispatch,
|
||||
canGoBack,
|
||||
getRootState,
|
||||
dangerouslyGetState: () => state,
|
||||
dangerouslyGetParent: () => undefined,
|
||||
}));
|
||||
|
||||
const builderContext = React.useMemo(
|
||||
|
||||
Reference in New Issue
Block a user