Closed Enragedsaturday closed 1 year ago
Have you tried using this prop for Pdf? trustAllCerts={false}
trustAllCerts={false}
worked for me
Have you tried using this prop for Pdf? trustAllCerts={false}
Works, thanks
This should be included in the documentation.
What
react-native
version are you using? 72.1 Whatreact-native-pdf
version are you using? 6.7 patched What platform does your issue occur on? (android/ios/both) Android Describe your issue as precisely as possible : 1) Steps to reproduce the issue or to explain in which case you get the issue 2) Interestinglogs
Issue with react-native-blob-util not properly loading pdf from Https. Attempting to load from internet using an internet request to a file does not work. Manually using react-native-blob-util and the file streamed from a temp location works. Temporary workaround outlined below.