Skip to content

outsung/expo-repack-monorepo

Repository files navigation

expo-repack-monorepo

This example shows you how to setup Expo & Re.Pack with its ModuleFederationPlugin.

Usage

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:

Reference

For a more example of without Expo please visit

Issues

  • Plugin for Android not yet implemented solved
  • Expo Updates is not working solved