Custom Node Modules

If I locally edit a node module, will it get built into the standalone binaries? Or do binaries get built from requirement source-file urls?

I just want to make sure before submitting to the App Store. I know I can npm install from custom github urls, but I don’t want to have to upload all my edited forks.

Hey @taylorfunk. Yes, local node_module changes will be included when you build a standalone app. You can test the JS that will be included in your standalone app by exp publishing and then running that url in the Expo app.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.