What react-native version are you using?
"react-native": "0.73.4",
What react-native-pdf version are you using?
"react-native-pdf": "^6.7.4",
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) Interesting logs
After loading the pdf on Android, it starts to scroll, then when it reaches the middle of the fast or slow pdf, it crashes after slowing down. There is no problem with my wall with the page number, but when I start scrolling it freezes before I get to the middle and then it crashes.
Join a screenshot or video of the problem on the simulator or device?
I can't catch any errors. I only see memory related errors in Android studio logcat
exmaple
1.java.lang.UnsupportedOperationException: Tried to obtain display from a Context not associated with one. Only visual Contexts (such as Activity or one created with Context#createWindowContext) or ones created with Context#createDisplayContext are associated with displays. Other types of Contexts are typically related to background entities and may return an arbitrary display.
2.Uncaught remote exception! (Exceptions are not yet supported across processes.)java.lang.RuntimeException:
What
react-native
version are you using? "react-native": "0.73.4", Whatreact-native-pdf
version are you using? "react-native-pdf": "^6.7.4", 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
After loading the pdf on Android, it starts to scroll, then when it reaches the middle of the fast or slow pdf, it crashes after slowing down. There is no problem with my wall with the page number, but when I start scrolling it freezes before I get to the middle and then it crashes. Join a screenshot or video of the problem on the simulator or device? I can't catch any errors. I only see memory related errors in Android studio logcat exmaple 1.java.lang.UnsupportedOperationException: Tried to obtain display from a Context not associated with one. Only visual Contexts (such as Activity or one created with Context#createWindowContext) or ones created with Context#createDisplayContext are associated with displays. Other types of Contexts are typically related to background entities and may return an arbitrary display. 2.Uncaught remote exception! (Exceptions are not yet supported across processes.)java.lang.RuntimeException: