plrthink / react-native-file-download

[DEPRECATED] Native file download utility for react-native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot read property 'download' of undefined

harshsrivastavaglobussoft opened this issue · comments

var RNFileDownload = NativeModules.RNFileDownload;
var promisify = require("es6-promisify")

let progressEventName = 'RNFileDownloadProgress'
let progressEventTable = {}
var _download = promisify(RNFileDownload.download)

var _error = (err) => {
throw err
}
in index.ios.js file of package line number 12

I am using
"react": "16.0.0-alpha.12",
"react-native": "0.47.2",
xcode-8.3.2

I think it's because this package doesn't work with rn>0.39 on iOS. But also note that this library is marked as DEPRECATED. So I'm not going to fix this and please use other libraries for your use case, like react-native-fs