0.4.0 • Published 3 years ago

react-native-radaeepdf v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

ImplementationAndroidiOSWindowsWeb
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.

0.4.0

3 years ago

0.3.6

3 years ago

0.3.5

3 years ago

0.3.4

3 years ago

0.3.3

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago