Skip to content

API Reference / @gtkx/navigation / CurrentRenderContext

Variable: CurrentRenderContext

const CurrentRenderContext: React.Context<{ options?: object; } | undefined>

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

Context which holds the values for the current navigation tree. Intended for use in SSR. This is not safe to use on the client.

Released under the MPL-2.0 License.