Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File is not downloaded to the expected destination #499

Open
yasir-netlinks opened this issue Dec 3, 2019 · 1 comment
Open

File is not downloaded to the expected destination #499

yasir-netlinks opened this issue Dec 3, 2019 · 1 comment

Comments

@yasir-netlinks
Copy link

I have been trying to find a solution for this and its been a while now
this is the directory I am using

let options = {
      fileCache: true,
      addAndroidDownloads: {
        useDownloadManager: true,
        notification: true,
        title: fileName,
        path: fs.dirs.DownloadDir + `${name}`,   // Android platform
        description: 'Downloading the file',
      },
    };

for this path fs.dirs.DownloadDir , I am expecting that the file destination would be Downloads folder but instead it goes to Documents -> Download as shown below

20191203_101219

react-native: 0.61.2
rn-fetch-blob: 0.10.16

@yousafiqbal1994
Copy link

Try using version 0.12.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants