This example shows you how to setup Expo & Re.Pack with its ModuleFederationPlugin
.
Change to your ip:
192.168.1.75
Install dependencies:
pnpm install
Change to your expo projectId:
*/app.json > expo.extra.eas.projectId
Development builds (only host):
cd ./apps/host
pnpm build:eas --profile local
Run bundle server (No need to use expo start
command):
pnpm dev
Enter 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