Skip to content

HanAsteroid/react-native-pdfview-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-pdfview-android

React Native PDF View (support Android only)

本项目以原生方式直接下载解析展示pdf

本项目参考了以下项目

OkGo

android-pdf-viewer

集成方式

  • npm intsall react-native-pdfview-android

  • react-native link react-native-pdfview-android

demo

import PdfView from "react-native-pdfview-android";
/*
 * String url,
 * String fileName
 */
PdfView.showPdf(url,"协议.pdf");

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages