Update React Native to 0.81.5 in gradle dependency catalog#2894
Merged
Conversation
The package.json in libs/SalesforceReact already specifies React Native 0.81.5, but the gradle/libs.versions.toml was still referencing 0.79.3. This updates the react-android version to match. Verified with: ./gradlew :libs:SalesforceReact:build
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #2894 +/- ##
=========================================
Coverage 55.16% 55.17%
- Complexity 2508 2509 +1
=========================================
Files 226 226
Lines 17781 17781
Branches 2328 2328
=========================================
+ Hits 9809 9810 +1
+ Misses 6967 6966 -1
Partials 1005 1005
🚀 New features to boost your workflow:
|
JohnsonEricAtSalesforce
approved these changes
May 20, 2026
Contributor
Author
|
RN is broken because of AGP/Gradle version incompatibilities. That will be sorted out in future PRs (by upgrading RN and also possibly lowering our AGP/Gradle version a bit). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
gradle/libs.versions.tomllibs/SalesforceReact/package.jsonContext
The
package.jsoninlibs/SalesforceReactalready declares React Native 0.81.5, but the gradle dependency catalog was still pointing to 0.79.3. This caused a version mismatch between the npm dependencies and the gradle dependencies.Test plan
./gradlew :libs:SalesforceReact:build