-
Notifications
You must be signed in to change notification settings - Fork 404
Upcoming v0.63.5 cherrypicks discussion #218
Comments
When facebook/react-native#30543 lands, we will need to cherry-pick it to this branch too. It is affecting users on older React Native versions as well that upgraded to latest Xcode. Edit: there it is: facebook/react-native@fdcacd7 |
I am going to cherry-pick the aforementioned commit and test whether it fixes the issue on this branch as well, as a part of my testing of the same commit for the 0.64 branch! |
This should also be cherry-picked facebook/react-native#30592 to avoid adding a whole new post install hook to a |
Really wait for these changes facebook/react-native@b7b0e23 To have an opportunity to get tap location on the |
@retyui that commit adds new functionality so it's not a candidate for a patch release. |
Could we backport in facebook/react-native@d85d5d2 from facebook/react-native#29882 |
@sandfox I've already attempted cherry-picking it during the last round, but it's really complicated because the files involved changed a lot - so it's not achievable. The only option would be for someone to do a PR against the 0.63 branch with the fix "repurposed" to work on it. |
@kelset I'll see if I can do that then: facebook/react-native#30688 |
Just a reminder, please use the latest Flipper pod, as we have solved the issues related to Apple M1 machines and arm compatibilities. Latest Flipper pod is 0.75.1 |
@priteshrnandgaonkar a bit off-topic, but does the latest Flipper pod also fix facebook/react-native#30836? |
@mrousavy from the comments in the issue seems like it did. In my experience, you can just change your podfile to
To change the Flipper version |
potential cherry pick: facebook/react-native@3399896 |
p.s. @kelset seem you recommend a legacy ruby syntax -use_flipper!('Flipper' => '0.75.1')
+use_flipper!({ 'Flipper' => '0.75.1' }) |
Still waiting for a fix for |
We are getting closer to 0.64.0 so atm we are fully focused on that - no ETA for a new patch for 0.63.x. |
@retyui - there's an open (mine) PR for it facebook/react-native#30688 that can be used if 0.63.5 gets the go ahead (assuming poeple are ok with merging it of course). |
potentially useful to consider: facebook/react-native@0e9296b |
@anchi20: Please read the first post:
Please let us know when your PR has landed on master. |
update: it's not likely we'll do a 0.63.5 patch, but since the Xcode 12.5 issue is fairly big it could be the case. We are still waiting for a commit to land in master, but I've started to update the top post with the list of commits we should cherry pick. |
@kelset Not everybody can migrate to 0.64 yet, so releasing a fix to XCode 12.5 will be a lifesaver... 🥺 |
@todorone if you are on 0.63 you only need to tweak your podfile to address the Xcode 12.5 issue, see details here: facebook/react-native#31480 |
Given how the update for Xcode 12.5 didn't require an update for 0.63, I'm going to close this off. We are currently focused on 0.64 and 0.65 so there won't be new 0.63 releases for the time being. |
Conversations on this thread are limited to 0.63 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.63.4 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.
Note: we don't know yet if we will work on a 0.63.5 release, it's basically based on how things shape up with 0.64.
Update: it's unlikely we'll do a 0.63 patch, but in case here's the list of commits requested/wanted/needed:
Stretch goals:
The text was updated successfully, but these errors were encountered: