-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue building with Gradle 8 and RN 0.73.4 #665
Comments
I'm facing a similar issue when upgrading to RN 0.73.4 as part of upgrading a managed expo app to SDK 50. I was able to fix the android {
// existing code
buildFeatures {
buildConfig = true
}
// existing code
} the |
this patch worked for me -> #617 |
That patch #617 is not working for me :( |
Same issue here. Any update?? The patch is not working for me too |
RN 0.x is at branch v1.x and this issue has already been fixed in #533 |
It seems that, when running react native 0.73.4, along with building with gradle 8, I ran into this error message.
A problem occurred configuring project ':amplitude_analytics-react-native'.
So I went ahead and went down the rabbit hole and looked up a way to enable this....
https://stackoverflow.com/questions/74634321/fixing-the-build-type-contains-custom-buildconfig-fields-but-the-feature-is-di
When I do that, however, then it craps out where on the react native side, with the following error:
A problem occurred evaluating project ':app'.
I have already flagged this issue on the react-native github, but I'm not sure whether this needs to be looked at on this end or react-natives... either way it does not build correctly.
facebook/react-native#41580
The text was updated successfully, but these errors were encountered: