-
Notifications
You must be signed in to change notification settings - Fork 170
chore: Update to React Native 0.74 #3784
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
Conversation
| "@office-iss/react-native-win32": "^0.73.0", | ||
| "@office-iss/rex-win32": "0.73.11-devmain.16.0.17614.15010", |
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.
Should all the win32 packages also be bumped?
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.
FYI @Saadnajmi @office-iss/rex-win32 hasn't published a new version in a year. I think it used to depend on some variable/pipeline that has now been discontinued.
| @@ -5739,7 +5943,7 @@ __metadata: | |||
| languageName: node | |||
| linkType: hard | |||
|
|
|||
| "@react-native-community/cli-platform-ios@npm:12.3.7, @react-native-community/cli-platform-ios@npm:^12.1.1": | |||
| "@react-native-community/cli-platform-ios@npm:12.3.7": | |||
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.
There are some old packages in here still. Probably because of the win32 packages.
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.
Shouldn't there be a diff for ios/Podfile.lock as well?
|
going to close this since we got #3896 done |
Platforms Impacted
Description of changes
Run rnx-align-deps with the 0.74 requirement and fix as many warnings as we can.
Verification
Pull request checklist
This PR has considered (when applicable):