rafael-fecha
rafael-fecha
> @rafael-fecha can you provide a minimal reproducible example? just tried and everything worked out. @marandaneto hard to setup as it is a private repo. I forgot to mention that...
> @rafael-fecha what's the command you are calling to build all the flavors? Just with the standard e.g ./gradlew assembleBetaRelease or selecting variant and build on android studio, which will...
hey @marandaneto thanks for you help ! in the end the problem was that I was using `hermesFlagsForVariant`, when I removed this everything worked as expected. It looks like when...
update: looks like we might also have to update this part: `URL="https://pkgs.tailscale.com/stable/tailscale_${VERSION}_amd64.tgz"` as this only linux static binaries
@brentvatne what do you expect here to define the provided code snippet as invalid minimal reproducible example ? it is just a standard expo project with the following flavors definition...
@brentvatne here it is a public sample github repo: https://github.com/rafael-fecha/expo-bareflow-flavors-error. I've updated the description. Please some support here :)
this issue does not look recent, do you have any news here @Kureev ? animations from the react native stack navigator together with the blur view on android just makes...
> Hi @blue-hope ! Thanks for working on this! Could you let me know what your `initializeApp` function looks like? > > I'm initializing firebase like this: > > ```...