NavigatorToParentButton
Edit
This feature is still experimental. “Experimental” means this is an early implementation subject to drastic and breaking changes.
The NavigatorToParentButton
component can be used to navigate to a screen and should be used in combination with the NavigatorProvider
, the NavigatorScreen
and the NavigatorButton
components (or the useNavigator
hook).
Usage
Refer to the NavigatorProvider
component for a usage example.
Inherited props
NavigatorToParentButton
also inherits all of the Button
props, except for href
and target
.