Open aleffarias opened 1 year ago
Try :
source={{uri:
${encodeURIComponent('https://www.thecampusqdl.com/uploads/files/pdf_sample_2.pdf'l)}}
i am getting error [TypeError: Cannot convert null value to object]
Também recebo o mesmo erro... me parece que este pacote foi abandonado :(
i am getting error [TypeError: Cannot convert null value to object]
Got the same issue. After some debugging, found it can't be fixed by a very small change. You can refer to the pull request https://github.com/xcarpentier/rn-pdf-reader-js/pull/198 and find the details.
Issue Description
I'm trying to render the pdf through the uri but I get the following error. This happens for any valid uri
Steps to Reproduce / Code Snippets
My code:
error:
Expected Results
render pdf
Additional Information