wonday / react-native-pdf

A <Pdf /> component for react-native
MIT License
1.57k stars 532 forks source link

Update underlying PDFium library on Android #819

Closed zacharee closed 4 months ago

zacharee commented 4 months ago

TalbotGooday's library hasn't been updated since 2020, and the native PDFium libraries hadn't been updated since 2018.

https://github.com/johngray1965/PdfiumAndroidKt is a hard fork of PdfiumAndroid that converts the code to Kotlin, but also updates the native libraries to much more recent versions.

I forked TalbotGooday's AndroidPdfViewer library and rebased it to use PdfiumAndroidKt.

This PR changes the AndroidPdfViewer dependency to my fork and makes necessary changes for the project to compile.

Note: I changed a few other things to make syncing work properly, such as upgrading the Android Gradle Plugin.