itinance / react-native-fs

Native filesystem access for react-native
MIT License
4.89k stars 954 forks source link

downloadFile 并不是一个Promise对象 await无效 #1212

Open TallNutAlt opened 6 months ago

TallNutAlt commented 6 months ago

RNFS.downloadFile({ fromUrl: version.url as unknown as string, toFile: destinationPath, });

sa1utep1z commented 5 months ago

.promise 就好了