We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to render the pdf through the uri but I get the following error. This happens for any valid uri
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 />
error:
render pdf
The text was updated successfully, but these errors were encountered:
Try : source={{uri: ${encodeURIComponent('https://www.thecampusqdl.com/uploads/files/pdf_sample_2.pdf'l)}`} `
source={{uri:
Sorry, something went wrong.
i am getting error [TypeError: Cannot convert null value to object]
Também recebo o mesmo erro... me parece que este pacote foi abandonado :(
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 #198 and find the details.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: