Skip to content

API Reference / @gtkx/navigation / StackNavigatorProps

Type Alias: StackNavigatorProps

StackNavigatorProps = DefaultNavigatorOptions<ParamListBase, string | undefined, StackNavigationState<ParamListBase>, StackNavigationOptions, StackNavigationEventMap, StackNavigationProp<ParamListBase>> & StackRouterOptions & StackNavigationConfig

Defined in: packages/navigation/dist/stack/types.d.ts:70

Props of the stack Navigator component.

Released under the MPL-2.0 License.