What react-native version are you using?
0.63.3
What react-native-pdf version are you using?
6.5.0
What platform does your issue occur on? (android/ios/both)
iOS
Describe your issue as precisely as possible :
1) Steps to reproduce the issue or to explain in which case you get the issue
Upload PDF with react-native-document-picker -> open camera to scan documents -> PDF is now blank
2) Interesting logs
Nothing in logs, it seems like it's just not able to find the file. I am using a physical iPhone 13 on iOS 16 and I know for a fact that the file is stored on the phone.
Join a screenshot or video of the problem on the simulator or device?
Show us the code you are using?
<Pdf
source={{
uri: filePath?.toString(),
}}
style={styles.pdf}
/>
What
react-native
version are you using? 0.63.3 Whatreact-native-pdf
version are you using? 6.5.0 What platform does your issue occur on? (android/ios/both) iOS Describe your issue as precisely as possible : 1) Steps to reproduce the issue or to explain in which case you get the issue Upload PDF with react-native-document-picker -> open camera to scan documents -> PDF is now blank 2) Interestinglogs
Nothing in logs, it seems like it's just not able to find the file. I am using a physical iPhone 13 on iOS 16 and I know for a fact that the file is stored on the phone.Join a screenshot or video of the problem on the simulator or device?
Show us the code you are using? <Pdf source={{ uri: filePath?.toString(), }} style={styles.pdf} />