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 to React Native 0.73.5 #259

Merged
merged 6 commits into from
Apr 1, 2024
Merged

Upgrade to React Native 0.73.5 #259

merged 6 commits into from
Apr 1, 2024

Conversation

fernandatoledo
Copy link
Collaborator

@fernandatoledo fernandatoledo commented Mar 8, 2024

Pull request type

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe): Upgrade React Native version

Description

The React Native version was upgraded to 0.73.5 (last stable version) using the React Native Upgrade Helper Diff


Notes:

  • Flipper is no longer the debugger by default in RN 0.73.0, and it will be deprecated for RN 0.74. As the new experimental debugger is still not entireley stable I still added Flipper manually, there's a known issue when used with Xcode 15.3, a recommended fix was applied from an opened issue, a comment was attached on the Podfile file to get details.

Tasks:

  • Tested on IOS
  • Tested on Android
  • Tested on a small device
  • Tested on a real device
  • Tested all flows related with this PR changes
  • Tested accessibility
  • Added tests

Preview

juanchoperezj
juanchoperezj previously approved these changes Mar 8, 2024
Copy link
Contributor

@juanchoperezj juanchoperezj left a comment

Choose a reason for hiding this comment

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

Nice 💯

@@ -98,11 +98,11 @@ export async function renameReactNativeApp(
`android/app/_BUCK`,
`android/app/BUCK`,
`android/app/build.gradle`,
`android/app/src/debug/java/${newPath}/ReactNativeFlipper.java`,
// `android/app/src/debug/java/${newPath}/ReactNativeFlipper.java`,
Copy link
Contributor

@juanchoperezj juanchoperezj Mar 8, 2024

Choose a reason for hiding this comment

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

Is this comment intended?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Great! I deleted the commented line, that file is not necessary anymore on RN 0.73: https://react-native-community.github.io/upgrade-helper/?from=0.72.5&to=0.73.5

Copy link
Contributor

@ramirogavagnin ramirogavagnin left a comment

Choose a reason for hiding this comment

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

Nice job ✨❤️‍🔥👏🏻

Copy link
Contributor

@jpirazusta jpirazusta left a comment

Choose a reason for hiding this comment

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

👏 👏

@fernandatoledo fernandatoledo merged commit 11836f1 into main Apr 1, 2024
4 checks passed
@fernandatoledo fernandatoledo deleted the upgrade_rn_0.73 branch April 1, 2024 19:21
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.

7 participants