Folders and files Name Name Last commit message
Last commit date
parent directory
View all files
name
React Native + Metro
slug
frameworks/react-native-metro
description
React Native app with Metro bundler and Module Federation, deployed with Zephyr Cloud
framework
react
bundler
metro
features
complexity
advanced
React Native + Metro (Zephyr)
run pnpm i
run pnpm build:ios:zephyr to upload bundles to Zephyr
run pnpm pods to install pods
on Zephyr for each remote app create new environment for example staging
Open apps/host/ios in Xcode, in Signing and Capabilities choose your Team to signing build
run pnpm release:ios:zephyr
Publish to remote to Zephyr
go to apps/[app-name]
run pnpm bundle:ios:zephyr
Run module federation without Zephyr
pnpm build:ios - build bundles
pnpm serve:ios - serve remotes locally
run pnpm pods to install pods
on Zephyr for each remote app create new environment for example staging
Open apps/host/ios in Xcode, in Signing and Capabilities choose your Team to signing build
in new terminal pnpm release:ios - build ios
go to apps/[app-name]
make any code change
pnpm build:ios - build bundles
pnpm serve:ios - serve remotes locally
You can’t perform that action at this time.