Generated Config Plugin like node_modules patch-package
complete
M
Maxime Charruel
Writing config plugin can be quite complex and time consuming.
It would be awesome if Expo provide a logic close to patch-package with node_modules.
I mean:
- You update manually a "native" file (AppDelegate, build.gradle, ...)
- Run a "patch-package" like command
- it generates the config plugin based on differences
Brent Vatne
complete
hello! we built this some time ago and called it patch-project: https://www.npmjs.com/package/patch-project
we'll have documentation on docs.expo.dev for it soon. it's still experimental, so let us know how it goes if you try it out!