This is a stub types definition for react-native-fs (https://github.com/itinance/react-native-fs).
react-native-fs provides its own type definitions, so you don't need @types/react-native-fs installed!
This is a stub types definition. react-native-fs provides its own type definitions, so you do not need this installed.
Stub TypeScript definitions entry for react-native-fs, which provides its own types definitions
This is a stub types definition for react-native-fs (https://github.com/itinance/react-native-fs).
react-native-fs provides its own type definitions, so you don't need @types/react-native-fs installed!
androidx
suppportdiscretionary
flag on downloadFile
#360 thx to jamesreggiocopyAssetsFileIOS
readDir
will return now creation- and modification-time of files as with stat()
(thanks @Ignigena)downloadFile
for Android (thanks @drunksaint)writeFile
and appendFile
for iOS / Android consistencydownloadFile
takes options
object rather than parametersstopDownload
will cause the rejection of promise returned by downloadFile
uploadFiles
promise result response
property is now body
exists
downloadFile
and uploadFiles
return an object of the form { jobId: number, promise: Promise }
mkdir
takes optional 2nd parameter options
for iOS users to set the NSURLIsExcludedFromBackupKey
attribute