-
Notifications
You must be signed in to change notification settings - Fork 404
Upcoming v0.65.2 cherrypicks discussion #245
Comments
This is a fix for a bug that has been waiting for years, with a 2 year old PR by me and the one actually merged by @hsource. It's a weird it was not merged into this release. |
I believe the test automation community would highly appreciate these: Small but important fixes to the |
@danielgindi that was commented on in the last thread: #244 (comment)
|
By some reason after update React native from 0.64.2 to 0.65.0 (and 0.65.1) a transparent headers ( |
I do not believe that it has anything to do with overflows, so no, the fix for overflow touches won't help you with that. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
facebook/react-native@c18a492 would be much appreciated! 😊 |
This comment has been minimized.
This comment has been minimized.
The event emitter comments were marked off-topic, and this may be as well but it's my experience that all the EventEmitter warnings are 3rd party modules, and as a maintainer we're working through them as fast as possible, but there are a lot. You'll just have to watch your modules and post PRs as you can, e.g. etc etc etc :-). Please help with PRs if you can! |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Just resurfacing this 0.65.1 cherry pick discussion topic: #244 (comment)
We believe this commit should be reverted until a proper fix is put in place. For the last two minor releases, pull to refresh on any type of list results in a visual jump that makes the refresh experience awkward and not smooth. The intent of the original PR was to fix this issue on large header styles, but the issue now appears on all non-large header styles. The issue is also easily reproducible and could be reverted cleanly. |
This comment has been minimized.
This comment has been minimized.
I recognize 0.65.2 may or may not happen, but if it does this is important for anyone using javascript debugging (which is a lot of people...) to avoid a redbox facebook/react-native@49b3b31 |
Actually, I tested it with version v0.66.0-rc.0 which has these fixes facebook/react-native@e35a963 and apparently it fixes the U can see more details about react-navigation's issue here It would be very important to cherry-pick these fixes in version |
Do we have any expectations to release this version? I'm just asking because the facebook/react-native@e35a963 fix is really important for us. Thank you for the hard work! |
Although this may work with the overflow fix- it would only be a workaround. The reason for the regression in behavior is not lack of overflow touches, as this has always been the case. It is probably some dimensions issue with react-navigation. |
Fix keyboardDismissMode="on-drag" on Android |
hey folks, it's likely that at least one more patch for 0.65 will happen; I've updated the top post with the commits that have been requested so far that I feel confident we could (at least try to) cherry pick. This leaves out (unless I missed something):
I won't be working on this today but wanted to check the status here and provide an update. |
Would be great if you could consider picking: Summary: |
@kelset Any updates? I Saw that there are plans to release 0.66.4 next week... |
Yes the current focus is all on 0.66 (rc4 was just released). I haven't had time to work on a patch release for 0.65, so it's likely that we'll just ask folks to update to 0.66 since it's basically the first release that will still be "pretty close" to main branch and will make things easier looking ahead. |
Nice! Thank you. |
@kelset I think this issue can be closed since there is already a stable 0.66.0 version. |
yeah, sorry was off sick these past few days. Let's close this. Hopefully migration to 0.66 will be smooth for y'all 🤞 |
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.1 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 cherry picks
Local commits to backport to main
The text was updated successfully, but these errors were encountered: