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.
Details
Details
yarn cleaninstall succeeded and things seem to work fine in iOS Simulator?
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
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.