react-native-fs
react-native-fs copied to clipboard
why can not find the downloadfile in android?
print path like:/data/user/0/com.reactnativefstest/files/698.jpg,but the file does not exist
use the https://github.com/cjdell/react-native-fs-test project
I found using RNFS.ExternalDirectoryPath
instead of RNFS.DocumentDirectoryPath
allowed my code to work
@sedders123 right,but only use RNFS.ExternalStorageDirectoryPath that can find downloaded file in android,other path can't find downloaded file
Going to system files and still cannot locate it. path looks similar as well @CandyKTN. Any ideas?