API Reference / @gtkx/navigation / NavigationContainerProps
Type Alias: NavigationContainerProps<ParamList>
NavigationContainerProps<
ParamList> =Omit<CoreContainerProps,"navigationInChildEnabled"|"theme"> &object
Defined in: packages/navigation/dist/navigation-container.d.ts:4
Props of NavigationContainer.
Type Declaration
ref?
optionalref?:Ref<NavigationContainerRef<ParamList>>
Receives the container's imperative navigation API.
theme?
optionaltheme?:ReactNavigation.Theme
Theme handed to useTheme and option callbacks; defaults to the live Adwaita style state.
Type Parameters
ParamList
ParamList extends object = ReactNavigation.RootParamList