When I expo publish
all I ever get is:
› Expo SDK: 44.0.0
› Release channel: default
› Workflow: Managed
Building optimized bundles and generating sourcemaps...
Starting Metro Bundler
iOS Bundling JavaScript [==== ] 6%
and it stays there forever. I've tried clearing all caches, deleting .expo
and node_modules
and still get the same result. I get the same result in CI (GitHub Actions) with a fresh container.
Does Expo publishing just occasionally go for periods when it does't work at all (because of backend issues)?