Stone.js API
    Preparing search index...

    What this renderer adds to the application configuration.

    Pages, layouts, error pages and providers are configured under stone.useReact.*, the same keys the web renderer reads, because they are declared the same way and there is no reason for a page to be declared twice. What is native lives under stone.useReactNative.*.

    interface UseReactNativeConfig {
        screenStack?: ScreenStack;
    }

    Hierarchy (View Summary)

    Index
    screenStack?: ScreenStack

    The navigation stack, created during the build phase and shared with the runtime, the response middleware and the components. Set it yourself only to supply your own.