Open Issues Need Help
View All on GitHubAI 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`.
⚛ A zoomable, blazing fast, zero dependencies, pure native, typed PDF Renderer for Android and iOS.
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.
⚛ A zoomable, blazing fast, zero dependencies, pure native, typed PDF Renderer for Android and iOS.