@resistdesign/voltra
    Preparing search index...

    Function wrapRouteAdapterWithPathResolver

    • Wrap a RouteAdapter so push and replace resolve relative paths.

      This preserves existing adapter behavior for subscriptions/back navigation, while normalizing path syntax consistently across web/native/app wrappers.

      Parameters

      • adapter: RouteAdapter

        RouteAdapter to normalize.

      • getBasePath: () => string = ...

      Returns RouteAdapter

      Adapter with relative-aware push and replace.