Skip to content
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

deps: Upgrade to RN v0.68.7, from v0.68.5 #5730

Merged
merged 1 commit into from
Apr 29, 2023

Conversation

chrisbobbe
Copy link
Contributor

Aimed at fixing #5729.

This small upgrade is nice and easy; the upgrade helper doesn't show any other changes we need to make:
https://react-native-community.github.io/upgrade-helper/?from=0.68.5&to=0.68.7

Release notes:
https://github.com/facebook/react-native/releases/tag/v0.68.7

Incidentally we also get facebook/react-native@c3ad8ec7e in this release, which makes the change we've been patching in with patch-package to fix an Xcode build failure, so we can remove our patch-package patch.

Tested on an iOS simulator (iPhone 14 Pro running iOS 16.4), and on the office Android device (Samsung Galaxy S9 running Android 9). We haven't managed to reproduce #5729 ourselves so I can't report an observation of how this upgrade affects that issue. But upstream discussion is promising, and from a quick look nothing seems to break.

Fixes: #5729

@chrisbobbe chrisbobbe added a-Android P1 high-priority performance Issues related to improving performance (speed, latency, battery usage, etc) labels Apr 28, 2023
@chrisbobbe chrisbobbe requested a review from gnprice April 28, 2023 14:09
Aimed at fixing zulip#5729.

This small upgrade is nice and easy; the upgrade helper doesn't show
any other changes we need to make:
  https://react-native-community.github.io/upgrade-helper/?from=0.68.5&to=0.68.7

Release notes:
  https://github.com/facebook/react-native/releases/tag/v0.68.7

Incidentally we also get facebook/react-native@c3ad8ec7e in this
release, which makes the change we've been patching in with
`patch-package` to fix an Xcode build failure, so we can remove our
`patch-package` patch.

Tested on an iOS simulator (iPhone 14 Pro running iOS 16.4), and on
the office Android device (Samsung Galaxy S9 running Android 9). We
haven't managed to reproduce zulip#5729 ourselves so I can't report an
observation of how this upgrade affects that issue. But upstream
discussion is promising, and from a quick look nothing seems to
break.

Fixes: zulip#5729
@gnprice gnprice merged commit ec1207f into zulip:main Apr 29, 2023
@gnprice
Copy link
Member

gnprice commented Apr 29, 2023

Thanks for taking care of this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a-Android P1 high-priority performance Issues related to improving performance (speed, latency, battery usage, etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Android: Freeze while typing (Samsung)
2 participants