-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Upgrade react-native to 0.70 #23015
Upgrade react-native to 0.70 #23015
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 5 out of 12 changed files in this pull request and generated no suggestions.
Files not reviewed (7)
- js/react_native/android/gradle/wrapper/gradle-wrapper.properties: Language not supported
- js/react_native/e2e/android/build.gradle: Language not supported
- js/react_native/e2e/android/gradle/wrapper/gradle-wrapper.properties: Language not supported
- js/react_native/e2e/android/gradlew: Language not supported
- js/react_native/e2e/android/gradlew.bat: Language not supported
- js/react_native/e2e/package.json: Language not supported
- js/react_native/package.json: Language not supported
Comments skipped due to low confidence (2)
js/react_native/ios/Podfile:22
- Ensure that
flags[:hermes_enabled]
is correctly defined and used. Ifflags
orhermes_enabled
is not defined, it could lead to runtime errors.
:hermes_enabled => flags[:hermes_enabled],
js/react_native/ios/Podfile:23
- Ensure that
flags[:fabric_enabled]
is correctly defined and used. Ifflags
orfabric_enabled
is not defined, it could lead to runtime errors.
:fabric_enabled => flags[:fabric_enabled],
I think there is also another PR to change yarn to npm for /js/react_native/. Is the plan to upgrade the packages version (this PR) first? |
Yes, the other PR requires upgrading RN to 0.73. But upgrading from 0.69 to 0.73 is a little bit more challenging |
:fabric_enabled => false,
# Conflicts: # js/react_native/android/gradle/wrapper/gradle-wrapper.properties
# Conflicts: # js/react_native/e2e/ios/Podfile # js/react_native/ios/Podfile
Duplicated with #23279 |
Description
Upgrades react-native to 7.0
Also adding rnx-kit to help with future react-native upgrades
Motivation and Context