react-native-pdf-viewer
react-native-pdf-viewer copied to clipboard
undefine is not a function
This is hard to debug without knowing:
- What parameters your app passes that trigger the crash
- E.g., presumably in the full stack trace, your code tried to render something like
<Pdf source={source} />, what was the value ofsourcepassed that caused this crash?
- E.g., presumably in the full stack trace, your code tried to render something like
- What version, architecture, and JS engine of RN are you using?