plrthink / react-native-file-download

[DEPRECATED] Native file download utility for react-native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Save as new name

1Adamcom opened this issue · comments

Hi,

How can i save as file with new name ?

Thanks.

@1Adamcom It doesn't support this feature, but I think it should be simple to be implemented. I will do that when I have time or you can open a pr for that.

Ok, i used react-native-fs for rename after download complated. thanks for download module.

@1Adamcom yeah, actually I'm also using react-native-fs in my project to get me access to the file system such as get me the document path which I would use astarget argument of the react-native-file-download's download function.

@1Adamcom I think I should mention that in README.md for better using this plugin, I will do that.