Skip to content

API Reference / @gtkx/navigation / NavigationContainerComponent

Type Alias: NavigationContainerComponent

NavigationContainerComponent = <ParamList>(props) => ReactNode

Defined in: packages/navigation/dist/navigation-container.d.ts:11

The NavigationContainer component, generic over the root param list.

Type Parameters

ParamList

ParamList extends object = ReactNavigation.RootParamList

Parameters

props

NavigationContainerProps<ParamList>

Returns

ReactNode

Released under the MPL-2.0 License.