Skip to content

API Reference / @gtkx/navigation / NavigationRouteContext

Variable: NavigationRouteContext

const NavigationRouteContext: React.Context<Route<string> | undefined>

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

Context which holds the route prop for a screen.

Released under the MPL-2.0 License.