react-native-doc-viewer,可以在手机上直接打开文档,支持远程和本地文档。 支持的文档格式:xls,ppt,doc,xlsx,pptx,docx,png,jpg,pdf,mp4。支持iOS和Android。 组件名称:react-native-doc-viewer 首先安装:npm install react-native-doc-viewer --save 其次自动链接:react-native link react-native-doc-viewer 按...
File viewer for React. Contribute to cyntler/react-doc-viewer development by creating an account on GitHub.
Office Document Viewer是一个React组件,用于在网页中嵌入和显示Office文档。本文将介绍如何使用React和Office Document Viewer来实现这一功能。 首先,我们需要在React项目中安装并引入Office Document Viewer组件。可以使用npm包管理工具来安装,命令如下: ``` npm install office-document-viewer ``` 安装完成后,可以在...
Breadcrumbs react-doc-viewer/ tsconfig-npm.jsonLatest commit Cannot retrieve latest commit at this time. HistoryHistory File metadata and controls Code Blame 28 lines (28 loc) · 655 Bytes Raw { "compilerOptions": { "outDir": "./build", "target": "es5", "module": "commonjs", "lib...
react-native-doc-viewer,可以在手机上直接打开文档,支持远程和本地文档。 支持的文档格式:xls,ppt,doc,xlsx,pptx,docx,png,jpg,pdf,mp4。支持iOS和Android。 这里我是做安卓的,所以主要描写安卓相关的 插件安装我就不多写了,具体配置官网作者写的很清楚: ...
npm install react-native-doc-viewer --save Add the plugin dependency to your Podfile, pointing at the path where NPM installed it: pod 'RNReactNativeDocViewer', path: '../node_modules/react-native-doc-viewer' Runpod install Manual installation ...
react-office-viewer A React component to preview document of 'pdf,xls,xlsx,docx', which can automatically identify file types. pdfjs docx xlsx react-file-viewer react-doc-viewer yiiranpublished 1.0.4 • 2 years agopublished 1.0.4 2 years ago M Q P ...
1、在项目的根目录下新建一个react-native.config.js文件。 文件中如下配置: // react-native.config.jsmodule.exports= { dependencies: {'react-native-doc-viewer': { platforms: { android:null, ios:null,// add more platform to disable auto-linking for them too}, ...
3.引入 DocViewPackage 4.运行 约束与限制 兼容性 API 遗留问题 开源协议模板版本:v0.2.2 react-native-doc-viewer [!TIP] Github 地址 安装与使用 请到三方库的 Releases 发布地址查看配套的版本信息:@react-native-oh-tpl/react-native-doc-viewer Releases,并下载适用版本的 tgz 包。 进入到工程目录并...
结果在 import OpenFile from 'react-native-doc-viewer'; 之后,便出现undefined is not an object(evaluating 'RNReactNativeDocViewer.openDoc')