Paweł Gulbinowicz

Results 107 comments of Paweł Gulbinowicz

@ejanzer While making the changes, we realised that we can get desired behaviour and features with less changes than originally planned and just gone with necessary changes. This also means...

@ejanzer Well, the problem is I cannot use `NativeModules` directly, by the time I need to load `base` bundle, the bridge from RN is not yet initialized, only global properties...

@fredikey Sorry for late response. Yes, you can use that together with Haul. However, I would suggest to do it only for prototyping, since it's using old version and is...

@enahum As long as the bundles will be run under a single app that should work. Alternatively you could run multiple React instances with some native code as a brownfield...

Unfortunately, I don't have any clues. Unless someone provides a reproduction project and I can use, the chances of fixing it are slim.

> This case might be simple to fix by removing/extending a timeout? It's worth a shot. I can provide a diff what to edit and alter the timeout and I'd...

Ok I think I found a solution. I've checked the code and the timeout is set for 5mins so it's not the timeout inside Re.Pack than might be causing the...

There's a bit of a problem with the images from remote chunks. Actually with all assets from remote chunks. The issue is that in order to display image we need...

I discovered this issue today and is already shipped with the new release `1.0.1`. Use updated installation instructions from: https://github.com/callstack/react-native-webpack-toolkit#installation--setup and update `react-native-webpack-toolkit` to `1.0.1` and install `[email protected]`.