@resistdesign/voltra
    Preparing search index...

    Function createNativeBackHandler

    • Create an Android back-handler helper for native history.

      Returns true only when history consumed the back action.

      Example:

      const handler = createNativeBackHandler(history);
      const consumed = handler.handle();

      Parameters

      Returns { handle: () => boolean }

      • handle: () => boolean