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
F2209299: D9219.diff
Sun, Jul 7, 4:40 PM
Unknown Object (File)
Thu, Jul 4, 3:55 AM
Unknown Object (File)
Tue, Jul 2, 8:23 PM
Unknown Object (File)
Sun, Jun 30, 10:28 AM
Unknown Object (File)
Sun, Jun 30, 12:04 AM
Unknown Object (File)
Wed, Jun 26, 9:42 AM
Unknown Object (File)
Tue, Jun 18, 11:41 AM
Unknown Object (File)
Sun, Jun 16, 9:45 AM
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