Skip to content

API Reference / @gtkx/navigation / NavigationHelpersContext

Variable: NavigationHelpersContext

const NavigationHelpersContext: React.Context<NavigationHelpers<ParamListBase> | undefined>

Defined in: node_modules/.pnpm/@react-navigation+core@7.21.13_react@19.2.8/node_modules/@react-navigation/core/lib/typescript/src/NavigationHelpersContext.d.ts:8

Context which holds the navigation helpers of the parent navigator. Navigators should use this context in their view component.

Released under the MPL-2.0 License.