This example shows you how to setup Expo & Re.Pack with its ModuleFederationPlugin.
Change to your ip:
192.168.1.75
Install dependencies:
pnpm installChange to your expo projectId:
*/app.json > expo.extra.eas.projectId
Development builds (only host):
cd ./apps/host
pnpm build:eas --profile localRun bundle server (No need to use expo start command):
pnpm devEnter http://[ip]:8081/index.bundle?platform=ios in Enter URL manually of Development build:

For a more example of without Expo please visit
Plugin for Android not yet implementedsolvedExpo Updates is not workingsolved