Jakub Romańczyk
Jakub Romańczyk
hey @RafaelA977, Glad you got this to work! 🙌 I actually dug dipper into this issue and picked some actions points to implement in next Re.Pack release. Right now in...
@troZee please update the description 🙏 thanks!
Personally, I'm not sure whether sync API is useful as `loadScript` is called only for the async chunks right now. The only thing that comes to mind where this would...
I agree with @RafikiTiki, we would need to integrate it in a way that would allow for such optimisation in this rare case and keep async `loadScript` as default.
@thymikee WDYT
`loadScript` is used mostly internally, although it is exposed as a public API and can be used on it's own. I imagine we would have to add a field to...
Hi @Nazehs, from your description I see that you are using Module Federation. In this case, since `react-native-gesture-handler` contains a native module and host-app needs to provide all packages with...
@Nazehs did that help with resolving your issue?
@Nazehs any chance you could check whether this resolves it? It would be good to close it with some sensible resolution for others to find in case they run into...
hey @ScriptedAlchemy, you are talking about [MF 1.5](https://github.com/module-federation/universe/tree/main/packages/enhanced) correct? I'm all up for it, love the idea. Perhaps runtime plugins would actually help us solve the issue where host app...