mamta-deswal

Results 1 issues of mamta-deswal

I'm using react-native-fs for downloading the pdf and saving it. let url = 'http://samples.leanpub.com/thereactnativebook-sample.pdf'; const getPdfName = () => { return url.split('/').pop(); }; RNFS.downloadFile({ fromUrl: url, toFile: ${RNFS.DocumentDirectoryPath}/${getPdfName()}, }).promise.then(r =>...

wontfix