What happens if I publish an update that includes native modules?

I’m About to publish an update to an App which includes native modules in it (custom dev client).
Now I’d also like to inform the users that they’d have to download the new version from the store.
What happens if I try to submit an OTA Update? Will the app crash because of the native modules?

Did I explain myself in swiss? :smiley:

In general that depends on your code and what was changed in native modules.

adding a custom dev client packages is not a native change because it’s not included in production build, so it does not change anything there