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

Upgrade react-native to 0.70 #23015

Closed
wants to merge 17 commits into from
Closed

Upgrade react-native to 0.70 #23015

wants to merge 17 commits into from

Conversation

jchen351
Copy link
Contributor

@jchen351 jchen351 commented Dec 5, 2024

Description

Upgrades react-native to 7.0
Also adding rnx-kit to help with future react-native upgrades

Motivation and Context

@jchen351 jchen351 changed the title Upgrade react-native to 7.0 Upgrade react-native to 0.70 Dec 5, 2024
@jchen351 jchen351 requested a review from Copilot December 5, 2024 01:57

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. If flags or hermes_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. If flags or fabric_enabled is not defined, it could lead to runtime errors.
:fabric_enabled => flags[:fabric_enabled],
@fs-eire
Copy link
Contributor

fs-eire commented Dec 5, 2024

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?

@jchen351
Copy link
Contributor Author

jchen351 commented Dec 6, 2024

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

@jchen351
Copy link
Contributor Author

Duplicated with #23279

@jchen351 jchen351 closed this Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants