@vicinae/api
Preparing search index...
useNavigation
Function useNavigation
useNavigation
()
:
{
pop
:
()
=>
void
;
push
:
(
node
:
ReactNode
)
=>
void
}
A React hook that lets you access methods to push and pop views on the navigation stack.
Returns
{
pop
:
()
=>
void
;
push
:
(
node
:
ReactNode
)
=>
void
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@vicinae/api
Loading...
A React hook that lets you access methods to push and pop views on the navigation stack.