Stone.js API
    Preparing search index...
    RouterNavigator: (context: NavigationContext) => void

    Performs the navigation effect for one platform.

    Navigation is the one router operation that is not platform-independent: the browser pushes onto the History API and dispatches an event, while a native application drives a navigation stack instead. Everything before the effect (matching, generating a path from a route name) is shared, so only this last step is delegated.

    Type Declaration