Page MenuHomePhabricator

[RN72][skip-ci] Update React Native and React package versions
AcceptedPublic

Authored by ashoat on Nov 4 2023, 11:50 AM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 27 2024, 10:49 PM
Unknown Object (File)
Oct 27 2024, 10:49 PM
Unknown Object (File)
Oct 27 2024, 10:49 PM
Unknown Object (File)
Oct 27 2024, 10:33 PM
Unknown Object (File)
Oct 26 2024, 3:26 AM
Unknown Object (File)
Oct 9 2024, 3:25 PM
Unknown Object (File)
Sep 29 2024, 4:11 AM
Unknown Object (File)
Sep 29 2024, 2:44 AM
Subscribers

Details

Reviewers
tomek
bartek
atul
Summary

This diff is the first step towards upgrading React Native.

NOTE: CI will fail on this diff. I considered the possibility of fixing Flow errors BEFORE upgrading Flow, but it wasn't possible... in some cases, the fixes to support the new version of Flow caused errors in the old version. I could have hidden these type errors with $FlowFixMe lines and then later revert those, but that seemed like too much busy work.
Test Plan

The eventual test plan is to run the [iOS, Android] apps in [debug, release] on [simulator, physical device] and to play around with a bunch of the screens and make sure things generally work

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

Harbormaster returned this revision to the author for changes because remote builds failed.Nov 4 2023, 11:59 AM
Harbormaster failed remote builds in B23732: Diff 32694!
This revision is now accepted and ready to land.Nov 5 2023, 10:16 AM
ashoat retitled this revision from [RN72] Update React Native and React package versions to [RN72][skip-ci] Update React Native and React package versions.Nov 19 2023, 11:41 AM

Rebase, and add a couple extra packages that I missed in the first go-round (react-test-renderer, @react-native/eslint-config, @react-native/metro-config, @babel/preset-env)