Relative Content

Tag Archive for react-nativepdf

Preview PDF files in React-Native application

In my react native application, I want to add a functionality to preview the PDF files. For that, I have an API url. When I open this url in the browser on desktop , it previews the Pdf file, but when I open this file in browser on my mobile, it starts downloading the file.