Stone.js API
    Preparing search index...

    One screen in the stack.

    interface NativeScreen {
        element: ReactNode;
        key: string;
        path: string;
        title?: string;
    }
    Index
    element: ReactNode

    What to display.

    key: string

    Stable identity, so a navigator can keep a screen's state across renders.

    path: string

    The path this screen answers.

    title?: string

    The screen title, from the page's head.