⚛ A zoomable, blazing fast, zero dependencies, pure native, typed PDF Renderer for Android and iOS.

android ios pdf pdfkit pdfrenderer react-native
2 Open Issues Need Help Last updated: Jul 4, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Debug and fix a crash in a React Native PDF renderer on Android when navigating back from the PDF view multiple times. The crash occurs due to improper recycling of views in the RecyclerView, specifically when the PDF is loaded from assets. The solution likely involves adjusting the view recycling mechanism within the `PdfRendererRecyclerView` component to handle back navigation correctly and prevent the `IllegalArgumentException`.

Complexity: 4/5
help wanted need more info

⚛ A zoomable, blazing fast, zero dependencies, pure native, typed PDF Renderer for Android and iOS.

Java
#android#ios#pdf#pdfkit#pdfrenderer#react-native

AI Summary: Debug and fix a build error in the `react-native-pdf-renderer` library that occurs after upgrading React Native to version 0.80.1 on Android. The error relates to type inference within the `Event<>` class and prevents the creation of a release bundle. The solution likely involves adjusting the `Event<>` class definition to resolve the type inference issue, possibly by explicitly specifying the type arguments or using a different approach for event handling.

Complexity: 4/5
help wanted need more info

⚛ A zoomable, blazing fast, zero dependencies, pure native, typed PDF Renderer for Android and iOS.

Java
#android#ios#pdf#pdfkit#pdfrenderer#react-native