Closed
Description
Using React Native i get the error ReferenceError: HTMLAnchorElement is not defined
when declaring & assigning jsPDF const doc = new jsPDF();
.
That error comes from FileSaver.js (which is understandable because it does not support RN), an PR has been merged to prevent this error from crashing RN applications. Is it possible to apply that change to jsPDF?
"jspdf": "2.3.0"
"react-native": "0.63.3"
Metadata
Metadata
Assignees
Labels
No labels