-
Notifications
You must be signed in to change notification settings - Fork 404
Upcoming v0.64.1 cherrypicks discussion #221
Comments
This comment has been minimized.
This comment has been minimized.
@grabbou, can you help make a list of all the PRs we need to merge that were already cherry picked into 0.64? |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@TheSavior, here is the list of commits I have applied on 0.64-stable that were not merged to master at that time: |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
i'm problem with text input , when focusing on text input, it opens the keyboard the first time, but if you close the keyboard, and try to click on the text input again, the keyboard does not open again. exists one issue open, but not resolution yet - facebook/react-native#30746 |
Hello, |
@alexco2 the commit hash is the important bit: facebook/react-native@310a6bc |
Thank you! I'm new to this whole process :) |
If this is not already in the list, I think facebook/react-native#31010 (update Flipper) is important, because Flipper was not published to mavenCentral until 0.75.x and jcenter is going away meaning builds will break by default with react-native 0.64 unless it's updated (or 0.65 is released) - commit facebook/react-native@3399896 |
This is just context but I did a deep dive on "jcenter/bintray is going away" to see if I could purge react-native-device-info module of jcenter uses - including the example app and it appears yoga's 'proguard-annotations' artifact is the key to it all. There are 3 items total 1- flipper itself (requested above) |
@mikehardy good info, would you mind also mentioning those here? react-native-community/discussions-and-proposals#331 |
I'd like to nominate this PR that fixes dimensions after rotation on Android and that didn't make it into |
I would love to see this one make its way into 0.64.1, as there really is no good workaround: facebook/react-native#30164 |
Please what are the plans for RN 0.64.1? Can't really wait to have turbomodule enabled. |
This seems useful, as the issue happened with 64.0. facebook/react-native#30027 |
This PR was closed in favor of facebook/react-native@bdfe2a5. So, that should make it into 0.64.1, right? This is holding us back at the moment. |
Would be great to include facebook/react-native@291cc95. Without this, Hermes crashes on Android don't log the error that causes the crash, which makes debugging really difficult. Additional context:
|
updated top post with the commits/issues/PRs mentioned so far. The Xcode 12.5 fix commit is still in the works so we'll have to wait for that before proceeding. |
We need to get this security related fix into the next patch release for 0.64: facebook/react-native@33ef82c I'll add it to the list in the OP. |
Could we have this PR facebook/react-native#31062 looked at, merged and picked? It fixes a regression issue that prevents Hermes from building on Mac Catalyst. |
Hey folks, we did a small patch release to address the Xcode 12.5 issue plus the security fix; so now we can go back to "standard" and discuss 0.64.2 over here -> #224 |
Conversations on this thread are limited to 0.64 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.64.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.
PRs to merge:
Ready for cherry-pick:
Android
: font-family is not apply when secureTextEntry is true facebook/react-native#30164 -> facebook/react-native@00d9deaIssues to resolve:
Edit by @kelset to update the status of PRs/commits/issues.
The text was updated successfully, but these errors were encountered: