Custom module with EAS

Hi, i’ve an app with custom npm module (i’ve changed original file with a little customization) and with “expo build” i can create a final build with my customization, now when i create a build with eas it generate the build with original module… how can use my module in to eas build?

If I understand you correctly, it sounds like you’re looking for patch-package.

I have an example here where I use it to fix up an old package that hasn’t been jetified.

Yes it work!
Thanks

1 Like