Jakub Romańczyk

Results 239 comments of Jakub Romańczyk

> I think that my project is in this situation: a mix of local and remote bundles and a custom function to handles ota update. But in our scenario everything...

anyways, we've managed to establish that the impact of this is rather non-breaking, worst case scenario we will revert this and hide this behind a flag 👍 I'll proceed to...

Thank you for your contribution @ilteoood 🚀

> @jbroma do you know when the next minor will be released, more or less? The plan is to finalize remaining open PRs + 1 more that is not yet...

@yifancong any updates on this? We hope to integrate Rsdoctor as a [Rozenite plugin](https://rozenite.dev/) and it would be awesome to have this sorted to take full advantage of Rsdoctor in...

hey @myfaverate 👋 Metro does not support splitting bundles for production target - it's only used in development to speed up bundling & HMR. We're also working on adding [Module...

There is also [https://github.com/callstack/repack](Re.Pack) which uses webpack/Rspack to bundle React Native apps and there we have full support for code-splitting & Module Federation

hey @tringenbach The `byDependency` configuration matches what Metro does. On the other side - I think we are missing parsing `react-native` as an exports condition before `import/require` in both cases....

> I can make an attempt. Since you've already checked that it works with `react-native` condition it should be as simple as adding `react-native` to `byDependency` config :) > I...