DEV Community

skptricks
skptricks

Posted on

React Native PDF Reader or Viewer Example

Source : React Native PDF Reader or Viewer Example

This tutorial explains how to build PDF viewer in react native application. Sometime developers needs to display PDF files in their mobile application, in that case they can follow this article to create simple PDF viewer and they can customize it as well. For creating PDF reader we are going to use rn-pdf-reader-js library in this react native project.

Continue Reading...

Top comments (1)

Collapse
 
elseraa profile image
Sera

I think this article it's outdated. Now the WebView component it's an independent package and doesn't show the pdf on Android. I know it because I'm handling a bug related to this.
The WebView component on android, only download the file.
On iOS it shows normally