Skip to content
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

fix(deps): update rn deps to 0.75.4 to remove gradle pluggin issue in 0.78 #4430

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

CoryWritesCode
Copy link

@CoryWritesCode CoryWritesCode commented Feb 24, 2025

Summary

I updated the main dependencies of RN to be in line with gradle compatibility with RN 0.78.0 released recently.

Motivation

As stated in #4429 @react-native/gradle-plugin no longer has reference to org.gradle.configurationcache.extensions.serviceOf and thus fails the build step for android. This was fixed in RN 0.75.4 and thus I updated the package and example.

Changes

I updated the example project to RN version 0.75.4 along with the devDep in the main package json.

Test plan

Fixes #4429

image

@CoryWritesCode
Copy link
Author

I'll checkout the failures

"engines": {
"node": ">=18"
}
"name": "BareExample",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you please clean these changes, it makes the PR hard to review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To Triage
Development

Successfully merging this pull request may close these issues.

[BUG]: 0.78 compatibility
2 participants