react-native-doc-viewer icon indicating copy to clipboard operation
react-native-doc-viewer copied to clipboard

Not working with pdf file or remote url on android device

Open anuj-njoshi opened this issue 4 years ago • 0 comments

Pdf is working on iOS not on Android OpenFile.openDoc([{ url:"http://www.africau.edu/images/default/sample.pdf", fileName:"sample", cache:false, fileType:"pdf" }], (error, url) => { if (error) { this.setState({animating: false}); console.error(error); } else { this.setState({animating: false}); console.log(url) } })

anuj-njoshi avatar Oct 12 '20 12:10 anuj-njoshi