Open
Description
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:
<PdfReader
source={{
uri: 'https://www.thecampusqdl.com/uploads/files/pdf_sample_2.pdf',
}}
withPinchZoom
webviewStyle={[
{
marginTop: 80,
},
Platform.OS === 'android' && {
backgroundColor: theme.colors.primary,
},
]}
style={Platform.OS === 'ios' && { marginTop: 30 }}
withScroll
/>
Expected Results
render pdf
Additional Information
- Nodejs version: [16.16]
- React version: [18.0.0]
- React Native version: [0.69.6]
- rn-pdf-reader-js version: [4.1.1]
- Platform(s) (iOS, Android, or both?): [Android]
- TypeScript version: [4.3.5]
Metadata
Metadata
Assignees
Labels
No labels