expo publish after node_modules update?

Hi all,
I’d like to ask: If I update an existing library or add any new third-party library, do I need a new build or can I update the app via OTA updates thanks to expo publish?

If that library only contains JS, then yes you can just use expo publish!

If it has any native code (meaning, you’re using the bare workflow), that would require a new binary update

I am using the managed workflow, thank you for the answer @charliecruzan.

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