super-app-example icon indicating copy to clipboard operation
super-app-example copied to clipboard

This repository presents a compact super-app example from Callstack's blog, illustrating the use of a monorepo structure together with Re.Pack and Module Federation.

Results 6 super-app-example issues
Sort by recently updated
recently updated
newest added

I've read your step-by-step guide but I got stuck when tried to install pod [!] /bin/bash -c set -e #!/bin/bash # Copyright (c) Meta Platforms, Inc. and affiliates. # #...

question

**Environment** `Host app` React Native: 0.72.3 Repack: 3.7.0 Webpack: 5.91.0 OS: MacOS 13.6.3 - Chip M1 Pro Xcode: 15.2 **Description** I've cloned your repo, I move into `host-app`, setup environment...

question

I have done setup on my windows system and setup Repack on both host-app and mini-app by following all steps after running on emulator getting following error: ReferenceError: Property 'HMRClient'...

## Ask your Question Hi I have done the setup and when I run '**yarn run:host-app:android**' i get the error: Property '__webpack_require__' doesn't exist. ![image](https://github.com/callstack/super-app-example/assets/46465079/162c71dd-2ef5-4f5e-89a1-d325dec4b1c6)

question

## Environment node -v v20.15.1 "react-native": "^0.72.3", ## Description After Cloning Project yarn install yarn start yarn run:host-app:android getting below error: Unable to load script. make sure you're either running...

## Ask your Question I followed your example, everything runs fine on localhost, but when I want to load bundle from cdn, it doesn't seem to work. - I generated...

question