-
Notifications
You must be signed in to change notification settings - Fork 404
Upcoming v0.65.1 cherrypicks discussion #244
Comments
First of all thank you very much for the release of v0.65! I 've tested it on an existing app and with Hermes enabled it feels even snappier on Android :) What I'd like to request for v0.65.1 if possible is a bugfix that was mentioned on the v0.65 discussion about the taps on views outside parent bounds that are not working on Android. The PR link (if I am correct) is the following: facebook/react-native@e35a963 and hopefully we could see this in the next release! Cheers and thanks again for your work! |
That change is pretty major, and while it makes sense that people want it in a release, it might make sense to bake it longer at Facebook in case it needs to be reverted or tweaked to be stable at scale in the Facebook app. |
I got a issue when start app build release on ios rn 0.65 'RCTFatalException: Could not get BatchedBridge, make sure your bundle is packaged correctly', reason: 'Could not get BatchedBridge, make sure your bundle is packaged correctly' |
@truongngodang does that happen in the bare React Native template or in your own app? If it's happening in your own app, please check if it's also happening in the template. If not, you might have missed something while upgrading. |
I noticed that |
@Bardiamist good catch, I'll add it to the list |
facebook/react-native@842bcb9 should fix a regression on Android where suddenly some components are transparent. Would be nice to have cherry-picked if it applies cleanly. |
log keypress events from numeric keys on android fix facebook/react-native@bd52916 |
@vskavgaci I don't know where you've found that commit but is not in the repo: So it can't be cherry picked |
@kelset It looks to be from this unmerged PR. So yes, it can't be cherry picked until it's merged in |
gotcha, thanks @matt-oakes 👍 |
Yea, seems I waiting this fix because after update to React native 0.65.0 a transparent headers ( |
the 4 commits listed in the top post are cherry picked cleanly - already on the 0.65 branch. Local testing looks ✅ just waiting for a couple feedbacks then probably we'll do a quick 0.65.1 before end of the week |
facebook/react-native#31461 RefreshControl causes an unwanted visual jump in the list content when the refreshing prop goes from true to false The commit causing the problem is this one facebook/react-native@1b0fb9b, PR is this one facebook/react-native#28236
Originally posted by the PR author @yogevbd in facebook/react-native#28236 (comment) |
Yeah, the team @tradehounds is surprised that this pull to refresh issue mentioned above has been present in the last two minor react-native releases. It's pretty disruptive to the user experience when using lists. It's also very easily reproducible and could be cleanly reverted. We've been waiting to upgrade until this is either reverted or a fix from the original PR author is merged in. Would love to see this commit reverted until then :) |
I believe the test automation community would highly appreciate these: Small but important fixes to the |
Conversations on this thread are limited to 0.65 releases major issues and backport (cherry-pick) requests from commits that are already on master.
An example of a good such request is a bug fix for a serious issue that has been merged into master but did not make the 0.65.0 cut, with a link to the specific commit hash on master with the commit to cherry-pick, like this example link: facebook/react-native@bd2b7d6
In other words, if you cannot point to a particular commit on master, then your request likely belongs as a new issue in http://github.com/facebook/react-native/issues.
List of PRs & cherry picks requested
Local commits to backport to main
The text was updated successfully, but these errors were encountered: