Stone.js API
Docs
Home
Preparing search index...
stone-js-use-react-native/src/declarations
ScreenTransition
Type Alias ScreenTransition
ScreenTransition
:
"push"
|
"replace"
|
"reset"
How a resolved route enters the stack.
push
: a new screen on top, the default, and what gives a back gesture something to go back to.
replace
: swap the current screen, for a redirect or a
navigate(..., true)
.
reset
: clear the stack and start again, for a sign-out or a deep link that should not leave a history behind it.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Docs
Home
Stone.js API
Loading...
How a resolved route enters the stack.
push: a new screen on top, the default, and what gives a back gesture something to go back to.replace: swap the current screen, for a redirect or anavigate(..., true).reset: clear the stack and start again, for a sign-out or a deep link that should not leave a history behind it.