Jakub Romańczyk

Results 229 comments of Jakub Romańczyk

Hey @michaelleung0o0, If you are running the super app showcase on android, you probably forgot to run `yarn adb:reverse` so the app fails to start as it can't fetch the...

When building for production, we are not bundling mini-apps into the host app, the idea is to have the mini-app bundles on a server/CDN and download them in runtime. So...

Hi @jbaldaraje-cg, I was able to resolve your issue by adding the following dependencies to transpiled `node_modules`: ```diff diff --git a/packages/host/webpack.config.mjs b/packages/host/webpack.config.mjs index 8b16341..571f287 100644 --- a/packages/host/webpack.config.mjs +++ b/packages/host/webpack.config.mjs @@...

Should be supported with the current setup & rspack where everything is transpiled by default, give it a try :)

Hey yes, this is definitely possible, here are some resources on this topic: https://github.com/callstack/repack/issues/254

Hi everyone, I've recently updated Re.Pack and CodeSigning configuration, please check whether this resolves your issues! Regarding the commands, the only commands you should need for running the app on...

Hey @rezkiy37, I've fixed the issue with pods (outdated pods) in #75 For the android, please provide more detailed logs as I can't reproduce that - I did try running...

Hi @tranvanbo, can you provide any more details? I'm not able to reproduce the issue myself, everything installs nice and fast with pnpm for me

Hey @sun-nguyen-van-bac, can you check the logs for any other errors? Also, please describe how are you trying to render image assets, are you using inlining of assets for that...

Hi @Jaysalasi, It looks to me that instead of starting Re.Pack dev-server you've started metro instead. Please run `yarn webpack-start` instead of `yarn start`. I can also see that you're...