Skip to content

hamidfzm/react-native-radaeepdf

Repository files navigation

react-native-radaeepdf

React Native RadaeePDF for Android, iOS, & Windows

Features

  • Cross Platform
  • 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.

About

React Native RadaeePDF for Android, iOS, & Windows

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •