How to publish breaking changes on the detached app

For some reason, I added a native module to our expo app and then bump a new version (1.0.0 to 1.0.1).

But after exp publish, all the devices with the old version (1.0.0) get stuck on the launch screen. Then I tried exp publish:rollback, it said the version is deleted but our app still stuck on loading.

What’s the proper way to release native breaking changes?

Much appreciate any help!

As I know, code-push support publish for targetBinaryVersion.

Does expo have similar solutions?

If not, can I use code-push instead of expo publish?

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