Jakub Romańczyk

Results 239 comments of Jakub Romańczyk

this is how final output looks like now:

@doiya46 tried reproducing on a new app created through `@callstack/repack-init` but everything is working as expected - please provide a minimal reproduction repository that showcases that there is a problem...

FYI, we've recently updated the [Super App Showcase](https://github.com/callstack/super-app-showcase) to Re.Pack v5, it's still broken in few places and we're working on fixing that before the stable release of Re.Pack.

Hey :wave: Module Federation in Metro prototype update: Since we have no access to `top level await` in Metro, this felt like the biggest obstacle to deal with right now....

> Two packages have now been merged into Module Federation Core that are for Metro usage. > > [npmjs.com/package/@module-federation/metro](https://www.npmjs.com/package/@module-federation/metro) [npmjs.com/package/@module-federation/metro-plugin-rnef](https://www.npmjs.com/package/@module-federation/metro-plugin-rnef) > > Huge thanks to everyone involved already. Happy to...

> > Thank you for the love! I can answer these two quick. > > > Will Expo be supported? > > > Do you need to use RNEF? >...

Hi @krzysztofzaluski, thanks for pinpointing this, we're not reporting compilation errors when running the dev server (as in metro, which display an LogBox error for that), so this would need...

Hi folks, please try and install the canary release from [this PR](https://github.com/callstack/repack/pull/678#issuecomment-2265356772) and see whether it fixes the issue you guys were having.

@krzysztofzaluski glad to hear that! I'll close this issue - if anybody faces a similar issue like this please open a new issue with the new bug issue template

@dougg0k actually for the bundle size we already have something here: https://github.com/callstack/repack/issues/581#issuecomment-2625408628 (any kind of feedback is most welcome 🙏 ) I guess we could something similar for startup times...