xcarpentier / rn-pdf-reader-js

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

PDF doesn't render in Android - No matter the source uri #121

Closed SirPhemmiey closed 4 years ago

SirPhemmiey commented 4 years ago

Issue Description

PDF doesn't get rendered in Android but only in iOS. I tried both local file directory and an online pdf file. It only shows on iOS and not on Android.

Steps to Reproduce / Code Snippets

<PDFReader
           style={{
               width: Dimensions.get("window").width,
                height: Dimensions.get("window").height,
            }}
           source={{
               uri: "http://gahp.net/wp-content/uploads/2017/09/sample.pdf",
           }}
       />

Additional Information

I made the same comment here

oliuradu commented 4 years ago

+1

SirPhemmiey commented 4 years ago

@xcarpentier, could you help, please?

SirPhemmiey commented 4 years ago

This helped me.