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

React Native Doc Viewer (Supports file formats: xls,ppt,doc,xlsx,pptx,csv,docx,png,jpg,pdf,xml,binary ...)

Results 80 react-native-doc-viewer issues
Sort by recently updated
recently updated
newest added

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.11 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.17 to 0.7.28. Commits 1d3c98a Revert breaking fix #279 and release as 0.7.28 535f11b Delete redundant code 642c039 Fix #492 LG TV WebOS detection 3edacdd Merge branch...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

Hello, I'm trying to add this library to my app, But when I try to run the code, I'm getting an error on the following line: `indirect_symbol_bindings[i] = cur->rebindings[j].replacement;` On...

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)...

1.Fix about AndroidX 2. Fix file download failed 1. 兼容AndroidX 2.url对应的地址已经无数据的callback

when I open a PDF file, the top title is the file name that I passed in, and then open a Docx file, the top title is still the file...