Function convertBlobToBase64NativeAsync

  • Converts a Blob object to a Base64-encoded string using a Promise in React Native.

    Parameters

    • blob: Blob

      The Blob object to convert.

    Returns Promise<string>

    A Promise that resolves with the Base64-encoded string or rejects with an error.

Generated using TypeDoc