Nicky Thorne

Results 2 comments of Nicky Thorne

The error is caused by an incorrect file path being passed to the PDFView native component. Under the hood, the component instantiates a `new File(path)` object which the specified prop...

I had a similar scenario, whereby I had to read a remote PDF. Upon looking at the code, I discovered that the module only handles local files and asset files...