
A <Pdf /> component for react-native
The react-native-pdf is a react native PDF view component that supports cross-platform compatibility. It allows users to read a PDF from various sources such as URL, blob, local file, or asset, with features like horizontal or vertical display, drag and zoom, double tap for zoom, support for password-protected PDFs, and jumping to specific pages within the PDF.
For React Native 0.60 and above:
pod install in the ios directory.For React Native 0.59 and below:
For React Native 0.59.0 and above:
android/app/build.gradle file.RCTPdf.vcxproj and ReactNativeBlobUtil.vcxproj.The react-native-pdf component provides a convenient way to display and interact with PDF documents in a React Native application. With its cross-platform support, various features for PDF handling, and guidance for installation on different platforms, it offers a comprehensive solution for integrating PDF viewing capabilities into mobile applications effortlessly.

React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.