Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch [email protected] for the project I'm working on.
Here is the diff that solved my problem:
diff --git a/node_modules/jspdf/package.json b/node_modules/jspdf/package.json
index 67361f5..8b2ecdd 100644
--- a/node_modules/jspdf/package.json
+++ b/node_modules/jspdf/package.json
@@ -10,6 +10,7 @@
".": {
"node": "./dist/jspdf.node.min.js",
"browser": "./dist/jspdf.es.min.js",
+ "react-native": "./dist/jspdf.es.min.js",
"types": "./types/index.d.ts"
},
"./dist/*": "./dist/*",
This issue body was partially generated by patch-package.
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
[email protected]for the project I'm working on.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.