Stone.js API
    Preparing search index...
    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.