-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
index.js not running when using ModuleFederationPluginV2 #794
Comments
is this on iOS? if its iOS its probably because somehow on bridgeless the errors are not being displayed at startup and we're aware of that. |
Yes it is, I am using iOS, I will try with android then 🤔 |
can you try RN 0.76.2? There were some fixes to show EarlyJS errors there that might help with this |
I managed to use android to running the project and i can see the errors , after i fixed those errors, the iOS is good now, i will try to upgrade the RN to 0.76.2 and revert my fix to see if it can output errors on iOS 🧐. |
If the RN version didn't fix it then its def something in Re.Pack |
should be fixed in |
Describe the bug
I am trying out the Repack5.0 with the ModuleFederationPluginV2, after i started the dev server, the build was fine, no errors output, but the app is stuck on the splashscreen, index.js was not running at all.
Any clues about that?
System Info
Re.Pack Version
5.0.0-rc.1
Reproduction
none
Steps to reproduce
none
The text was updated successfully, but these errors were encountered: