Benoît Lemaire
Benoît Lemaire
Hi @LcTwisk Will need a bit more details on this one. What's exactly impacted in your workflow ? Is the problem only for the `run-ios` / `run-android` commands or other...
Hi @Castafiore Could you try adding the git branch to the path of the miniapp ? The error message is not super clear, we will improve it, but basically for...
@Castafiore Could you try using this ``` git+ssh://[email protected]/Lab%20App/_git/lab-hello-world-miniap#GBv0.0.1 ``` Assuming `GBv0.0.1` is a proper git tag or branch in your repository. The format you are using with `?` is not...
Yes I've noticed similar issue ... I'll have a closer look tomorrow and try to come up with a fix, I'll keep you posted.
@ryanliljestrom Sorry for late answer, but I'm not sure all CI environments are setting such an environment variable. What we are doing on our CI is actually setting `trace` log...
Hi @tianling536 Thanks much for this suggestion :+1: Looks like an interesting plugin that could be leveraged for Electrode Native to generate our Container (which is a fat aar), rather...
Related https://github.com/electrode-io/electrode-native/issues/1183
Hi Roman, This is a change we introduced recently when adding support to iOS Runner to properly connect to metro through wifi when running on a physical device, and we...
Thanks Roman, That's a great suggestion indeed. In addition to make the runner apps distinct from each other, so that multiple ones can be run in //, we should also...