rn-pdf-reader-js icon indicating copy to clipboard operation
rn-pdf-reader-js copied to clipboard

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

Open FillipeDiord opened this issue 4 months ago • 3 comments

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

FillipeDiord avatar Feb 06 '24 19:02 FillipeDiord