79756593

Date: 2025-09-05 09:11:32
Score: 0.5
Natty:
Report link

Thanks for highlighting the issue. I also faced the same, but in my case, the iOS implementation was missing.

ReactNativeBlobUtil.config({
        fileCache: true,
        title: '##### Recipt',
        addAndroidDownloads: {
          useDownloadManager: true,
          notification: true,
          description: 'Downloading file...',
          mime: 'application/pdf',
          path: path
        },
        path:path,          // <----- missing
        appendExt: "pdf",   // <----- missing
        IOSBackgroundTask: true,
      })
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: pyTuner