Ahmad Nabil Wanas

Results 3 comments of Ahmad Nabil Wanas

Hello, I’m encountering the same issue. after installing react-native: 0.77 with new arch enabled by default. and when debugging the library's native code, found that source is null, causing the...

Thanks, @Fausto95. ```v11.23.1``` works fine on ios, but the app is crashing on android.

using this patch fixed it for me: ``` diff --git a/android/src/main/java/org/songsterq/pdfthumbnail/PdfThumbnailModule.kt b/android/src/main/java/org/songsterq/pdfthumbnail/PdfThumbnailModule.kt index 921b5782b68b06d750795b5f86d63e4ec4bc62e6..3e4aa6b66fcf7544b614f2510bf805d9738a8bd3 100644 --- a/android/src/main/java/org/songsterq/pdfthumbnail/PdfThumbnailModule.kt +++ b/android/src/main/java/org/songsterq/pdfthumbnail/PdfThumbnailModule.kt @@ -98,7 +98,7 @@ class PdfThumbnailModule(reactContext: ReactApplicationContext) : currentPage.close() // Some...