React Native 文档查看组件:react-native-doc-viewer,可以在手机上直接打开文档,支持远程和本地文档。...支持的文档格式:xls,ppt,doc,xlsx,pptx,docx,png,jpg,pdf,mp4。支持iOS和Android。...安装方法
npm install react-native-doc-viewer --save
react-native link react-native-doc-viewer
API说明
openDoc...使用示例
import React, { Component } from 'react';
import {
AppRegistry,
StyleSheet,
Text,...from 'react-native-doc-viewer';
var RNFS = require('react-native-fs');
var SavePath = Platform.OS ==