Any way to integrate changes made to a module/pod into the toolchain? #6962
-
I've had to make a few changes in the native code in the pods of an old project I've been maintaining to make it work, specifically in |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Best way is to not do changes in a module/pod. If you really really need to, patch-package should work since Capacitor and Capacitor plugins are npm packages and their source comes from npm and the source code is in node_modules folder. |
Beta Was this translation helpful? Give feedback.
Best way is to not do changes in a module/pod.
If you really really need to, patch-package should work since Capacitor and Capacitor plugins are npm packages and their source comes from npm and the source code is in node_modules folder.