Page MenuHomePhabricator

[native] Bump `react-native` to `0.70.9`
ClosedPublic

Authored by atul on Sep 15 2023, 2:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 21, 5:08 PM
Unknown Object (File)
Sun, Nov 10, 4:32 AM
Unknown Object (File)
Thu, Oct 31, 1:50 PM
Unknown Object (File)
Thu, Oct 31, 1:50 PM
Unknown Object (File)
Thu, Oct 31, 1:50 PM
Unknown Object (File)
Thu, Oct 31, 1:50 PM
Unknown Object (File)
Thu, Oct 31, 1:46 PM
Unknown Object (File)
Tue, Oct 29, 6:44 PM
Subscribers

Details

Summary

Just bumping react-native one patch version to include possible performance improvements described here: https://github.com/facebook/react-native/issues/36296. Thanks to @bartek for surfacing this issue.

Test Plan

yarn cleaninstall succeeded and things seem to work fine in iOS Simulator?

Diff Detail

Repository
rCOMM Comm
Branch
arcpatch-D9219 (branched from master)
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

atul published this revision for review.Sep 15 2023, 2:54 PM
This revision is now accepted and ready to land.Sep 16 2023, 12:05 PM
This revision was automatically updated to reflect the committed changes.

Hey, I run yarn cleaninstall and got a warning:

Warning: patch-package detected a patch file version mismatch

  Don't worry! This is probably fine. The patch was still applied
  successfully. Here's the deets:

  Patch file created for

    react-native@0.70.8

  applied to

    react-native@0.70.9
  
  At path
  
    node_modules/react-native

  This warning is just to give you a heads-up. There is a small chance of
  breakage even though the patch was applied successfully. Make sure the package
  still behaves like you expect (you wrote tests, right?) and then run

    patch-package react-native

  to update the version in the patch file name and make this warning go away.

That one is trivial to fix... here you go: D9284