React Native (Super App) boilerplate for Micro Front Ends
Clone project with sub modules:
git clone --recursive -j8 https://github.com/el173/rn-micro-frontend-boilerplate.gitInstall dependencies:
yarn bootstrapPod install iOS (Only for iOS)
yarn pod-instalStart development servers separately:
# todo:: configure with yarn workspace
yarn start:app1
yarn start:app2
yarn start:hostRun Host app:
yarn run:host:ios
yarn run:host:androidRun Standalone:
# App One
yarn run:app1:ios
yarn run:app1:android
# App Two
yarn run:app2:ios
yarn run:app2:androidDemo:
