react-native-radaeepdf
TypeScript icon, indicating that this package has built-in type declarations

0.4.0 • Public • Published

react-native-radaeepdf

React Native RadaeePDF for Android, iOS, & Windows

Features

  • [x] Cross Platform
  • [x] Typescript

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:

  1. 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);
  2. 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.

/react-native-radaeepdf/

    Package Sidebar

    Install

    npm i react-native-radaeepdf

    Weekly Downloads

    30

    Version

    0.4.0

    License

    MIT

    Unpacked Size

    117 MB

    Total Files

    421

    Last publish

    Collaborators

    • hamidfzm