You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What react-native version are you using?
0.74.3
What react-native-pdf version are you using?
6.7.5
What platform does your issue occur on? (android/ios/both)
both
Describe your issue as precisely as possible :
Steps to reproduce the issue or to explain in which case you get the issue
Interesting logs
Join a screenshot or video of the problem on the simulator or device?
Show us the code you are using?
<Pdf
source={{
uri: 'https://morth.nic.in/sites/default/files/dd12-13_0.pdf',
cache: true,
}}
trustAllCerts={false}
style={{
flex: 1,
width: "100%",
}}
onError={(error) => {
console.error(error, "error");
}}
/>
The text was updated successfully, but these errors were encountered:
kuldip-trentium
changed the title
for expo 51 not working
for expo 51 react-native-pdf is not working
Jul 26, 2024
I indeed had issue with Android that it was stuck on loading screen because of
[Error: ReactNativeBlobUtil request error: java.lang.IllegalStateException: Use of own trust manager but none definedjava.lang.IllegalStateException: Use of own trust manager but none defined]
What
react-native
version are you using?0.74.3
What
react-native-pdf
version are you using?6.7.5
What platform does your issue occur on? (android/ios/both)
both
Describe your issue as precisely as possible :
logs
Join a screenshot or video of the problem on the simulator or device?
Show us the code you are using?
<Pdf
source={{
uri: 'https://morth.nic.in/sites/default/files/dd12-13_0.pdf',
cache: true,
}}
trustAllCerts={false}
style={{
flex: 1,
width: "100%",
}}
onError={(error) => {
console.error(error, "error");
}}
/>
The text was updated successfully, but these errors were encountered: