React Native RadaeePDF for Android, iOS, & Windows
- Cross Platform
- Typescript
npm install --save react-native-radaeepdf
yarn add react-native-radaeepdf
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 | Android | iOS | Windows | Web |
---|---|---|---|---|
Module | ✅ | ✅ | ❌ | ❌ |
View | ✅ | ❌ | ❌ | ❌ |
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)
See the CONTRIBUTING file for how to help out.
See the CHANGELOG.
This library is licensed under the MIT Licence.