xcarpentier / rn-pdf-reader-js

📄 PDF reader in JavaScript only for Expo - Android & iOS capable
MIT License
388 stars 164 forks source link

fix: 🐛 changing to an object with the undefined property to avoid an error on the android platform #201

Open FillipeDiord opened 9 months ago

FillipeDiord commented 9 months ago

Fix for the error that it is not possible to convert the null value to an object (Plataform: ANDROID)

Explanation:

When using the library on the Android platform, in the source property when placing an object and running the app, when rendering the pdf file, an error is returned saying that it is not possible to convert a null value to an object, as shown in this image:

bug

Ananthu-tp commented 8 months ago

This fix solved the issue. When can it be merged.? waiting for it.

yrgenz commented 6 months ago

Bump! I'm also waiting for this. Any idea when it will be merged?

Edson2001 commented 6 months ago

Until now, nothing?

ahujapiyush commented 3 months ago

Hello @xcarpentier , can you review this PR if possible