itinance / itinance/react-native-fs
ENOENT: no such file or directory, open '/data/user/0/com.someappname/files'
- Dominant language
- C++
- Stars
- 5k
- Forks
- 1k
- PR merge metrics
- No merged PRs in 30d
Description
i am trying to download file and save it to my new created directory but it gives me that error
` let DownloadFileOptions = {
fromUrl:audioLink,
toFile:ourAppPath[0].path,
background:true,
discretionary:true,
progressInterval: 100,
progressDivider:10,
};
RNFS.downloadFile(DownloadFileOptions);`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.