-
Notifications
You must be signed in to change notification settings - Fork 15
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
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.
Nice 💯
rnb-cli/src/tools/react-native.ts
Outdated
@@ -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`, |
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.
Is this comment intended?
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.
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
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.
Nice job ✨❤️🔥👏🏻
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.
👏 👏
Pull request type
Description
The React Native version was upgraded to 0.73.5 (last stable version) using the React Native Upgrade Helper Diff
Notes:
Tasks:
Preview