react-native-radaeepdf
React Native RadaeePDF for Android, iOS, & Windows
Features
Installation
npm
npm install --save react-native-radaeepdf
yarn
yarn add react-native-radaeepdf
Proguard
If you use Proguard you will need to add these lines to android/app/proguard-rules.pro
:
-keep class com.radaee.** { *; }
-keepclasseswithmembernames class com.radaee.** { *; }
Implementation status
Implementation | Android | iOS | Windows | Web |
---|
Module | ✅ | ✅ | ❌ | ❌ |
View | ✅ | ❌ | ❌ | ❌ |
Usage
There are 2 ways to use this library:
-
Using library module. In this way you don't need to implement anything.
import Radaeepdf from "react-native-radaeepdf";
Radaeepdf.Activate(license);
Radaeepdf.Show(pdfURI);
-
Using PDFView (In progress)
Contributing
See the CONTRIBUTING file for how to help out.
Release Notes
See the CHANGELOG.
License
This library is licensed under the MIT Licence.