react-native-pdf-view
react-native-pdf-view copied to clipboard
Crashes app on Android
I've simply copied/pasted the example to test the component, and the app crashes without any error. This happens also when I replace src by path (because src is marked as deprecated but still used in the example), and when I remove every optional parameter when calling the component.
When I give a wrong path in path, it raises an error, so I know this is not the reason of the crash.
I'm having the same issue. On iOS the pdf is showing, but on Android the app closes and none error is shown @tandrieuxx did you solve the issue?