Expo client ios stuck downloading Javascript bundle 100%

I’m running expo on a monorepo with a few packages. One of those is reusable components called @name/common.
When importing

import {Typography} from "@name/common";

And using packages from that folder expo gets stuck in: Downloading javascript bundle 100%.

The issue seems to disappear once I remove the Stylesheet call from Typography on ios, but of course I need these style in that package. On expo web there is no issue. What could be the cause any ideas?

1 Like

The problem was invalid yarn workspaces declaration

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