Returns
A function that triggers navigation. The host app defines how navigation requests are handled.Navigation options.
Usage
Navigate to a detail screen
Navigate with multiple parameters
Notes
useNavigatemust be called inside a componentbodyfunction, not at the top level.- The
tovalue and how navigation is handled depends entirely on the host app’s navigation setup. The BindJS runtime forwards the request to the native navigation handler. - All prop values must be strings.
See Also
- useAction — dispatch arbitrary actions to the host app