Skip to content

API Reference / @gtkx/navigation / createScreenFactory

Function: createScreenFactory()

createScreenFactory<TypeBag>(): StaticScreenFactory<TypeBag>

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

Helper to create a typed createXScreen for static configuration.

Type Parameters

TypeBag

TypeBag extends NavigatorTypeBagBase

Returns

StaticScreenFactory<TypeBag>

Released under the MPL-2.0 License.