Open Anusha-mathur opened 2 months ago
Im seeing the same thing here
Hi I have same problem here when I change page number very quick, it crashes Is there any solution?
@Anusha-mathur Hi How are you did find any solution for this
<Pdf
ref={pdfRef}
trustAllCerts={false}
source={{
uri,
}}
onLoadProgress={(percent) => calculateLoadingProgress(percent)}
style={{
width,
height,
}}
onPageSingleTap={(e, x, y) => handlePosition(e, x, y)}
onLoadComplete={(numberOfPages, path, { height, width }) =>
console.log(`height & width : ${height} ${width}`)
}
/>
this is my implementation and I never got such error
@rajivchaulagain thank you for your response i have figure out what is the problem and i have fix it
@rajivchaulagain thank you for your response i have figure out what is the problem and i have fix it
what was the issue?
What
react-native
version are you using? --> 0.74.5What
react-native-pdf
version are you using? --> 6.7.5What 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) Interesting
logs
Join a screenshot or video of the problem on the simulator or device?
Show us the code you are using?