This message was deleted.
# community-support
s
This message was deleted.
v
Can you share a build
--scan
URL? Just a wild guess as I have no idea about Android development, but maybe the
com.facebook.react
plugin version you try to use is not compatible with the Gradle or KGP version you are using.
m
v
As I said, I have no real idea about Android development, let go React Native. But from what I see, I'd say the very bad-practice by that plugin to do cross-project configuration using
rootProject.allprojects { ... }
might cause this. When it is applied to
appInstant
it probably tries to do this configuration on
app
again and there the value it tries to change is already finalized or something like that.
m
So, what might be the solution?
v
Make react native maintainer not follow bad practices? 🤷‍♂️ As I said, it is just a shoot in the dark. Could also be not related. But I'd suggest to ask the React Native maintainers or a React Native centered community. Or maybe in #CJYS1DAP5 someone know more. 🤷‍♂️
According to that plugin's code you can also disable the functionality that is failing there, but no idea what else that would break or whether there are other problematic parts.