-
Notifications
You must be signed in to change notification settings - Fork 404
0.57.0 Discussion #34
Comments
Before we reach 0.57.0 we need to be sure this is fixed/closed: facebook/react-native#20327 During RC phase should be enough to change the preset dep
But yeah we need to ensure the transition. |
Will this issue be resolved by 0.57: When is 0.57 due for release? It has been frustrating not being able to use react native on Windows. |
@kelset I believe you need to set Also preferably this commit should be cherry picked in to the next release, it's one of the few issues that we're having to maintain a fork for. |
Hey thanks for the feedback - we still haven't released the first rc because we had some issues testing RNTester, so we'll basically sync the 0.57 branch with master asap so you'll also get that fix (I want it too 😅). |
Is there any chance of this commit entering version 0.57? |
@rafaellincoln we are cutting the first RC of 0.57 today (unless during our testing something weird happens) and we'll basically synch the branch with master first, so you'd be able to see that commit in it 💪 |
Update on 0.57 please? I'm not seeing any RC on https://github.com/facebook/react-native/releases |
While testing the branch we got stuck on this facebook/react-native#20567 so until we resolve it we won't release. In the meantime you can find a draft of the changelog for the new version in the dedicated branch - it's a WIP but if you want to have a quick view of what is going to happen there you can read it. |
Quick update, we managed - with the help of a few amazing devs of this community - to finally get to a stage where we are feeling ok with releasing the first RC. Currently CI is blocked by an invalid npm token, but it's being taken care of so expect 0.57-rc0 to be on npm in the next 12/24 hours. |
While we are waiting for the We are looking for a period of ~2 weeks before we promote RC to stable. That should give us enough time to make sure it works without any major regressions and get us back into the monthly release cycle. Note: The release cycle is being currently discussed here |
React Native 0.57.0-rc.0 is out https://www.npmjs.com/package/react-native/v/0.57.0-rc.0. The docs are going to be published in a while I believe. |
Can't go further than Good old |
A few issues and PRs we should try to have merged (and cherry picked) for 0.57.0:
|
Is react-native published to nexus? Update: |
Once it's merged, can we cherry-pick facebook/react-native#20705 onto 0.57-stable and cut another RC for |
Will this issue #19859 (testing) be fixed in version 0.57? It feels weird for a lot of new people that testing is broken out of the box. |
Yes, @janhesters, this should be fixed. I already commented on that issue. Thanks for rising that - this is exactly what this issue is for. @danielgindi, please raise your issue in RN repository itself. The RN comes always from @fungilation there's ongoing discussion about whether to rewrite/drop |
@grabbou Awesome news! Thank you very much. |
Update on my previous comment:
To answer @janhesters - if you've read my comment at the bottom in that issue, it explains how it's not a react-native issue per se. That said we may consider "removing" jest from the init template so that we can avoid this:
|
@kelset - I commented on facebook/react-native#20706. That comment does not depend on the change to Edit: Also - facebook/react-native@c5297c7 is not blocked on metro either, so that can be cherry-picked ASAP so we can release an RC for |
@grabbou I'm emailing you. But I'll say here that |
@kelset Yup I've read your comment and it helped me tremendously! It's a well working fix, thank you very much for that. Why not just add that fix to the stable version of React Native? In my opinion removing jest from |
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.
Just noticed that ReactFragmentActivity says it will be removed on the 0.57 release. Will this still be removed? |
I would love if this commit made it into 0.57.1: |
@jamsch it didn't end up getting removed. We should probably remove that comment, as we have not formalized how deprecations should be handled (as in, how many releases will we allow them to remain @deprecated before outright removing them). |
@markharding we're only cherry-picking commits from |
As a rough estimate for 0.57.1, currently we are focusing on having XCode 10 working properly with RN (since they just released it, it will take a few days at least still) plus a Metro fix before releasing it. Aside from that, please only ask for commits already merged to master - as probably we will only cut a first 0.58 rc after we release 0.57.1. |
The fix for Metro already landed in master (the change is only in the React Native repo). |
Xcode fix: I nominate facebook/react-native@8103c43 for 0.57.1. That commit is in master, but did not make the cut for 0.57.0. |
I'd like to nominate facebook/react-native@b9c28c2 for 0.57.1; without it, I have to |
I’d like to nominate facebook/react-native@9fca769 to fix storybook compatibility. |
This comment has been minimized.
This comment has been minimized.
Perhaps facebook/react-native@d1ff0b0 is suited for the 0.57.1 release? |
Hey everyone, the current idea is to do a small 0.57.1 before the weekend that won't fix all the Xcode 10 issues but at least give us all those nominated commits plus a couple more fixes - we just run in a Metro issue yesterday evening so we are waiting for a new release of that before proceeding. |
Update: since Metro
Plus, on top, the commit to "enforce" the newer metro Bump metro@0.45.6 (which caused a conflict, I think because I haven't cherry picked the other 3/4 commits that bump the minor version - I just solved it locally). With this "local set" of commits on top of I'm just waiting for the approval from other maintainers then we can proceed to release Minor notes on a couple more commits:
|
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.
If there's going to be a 0.57.2 it would be awesome to get these two fixes for scroll views in: |
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.
Please include this fix in 0.57.2 facebook/react-native@1323acd |
Hey folks, since with the core we agreed that 0.57.x is a fairly stable release and that we are waiting on a few things from FB internal codebase to land to the OSS for 0.58, we decided to "extend" the lifespan of 0.57. For this reason, I've opened a new issue for version 0.57.1 (latest currently) to which suggest cherry picks. And similarly when 0.57.2 will be released we'll do the same. |
Conversation on this thread are limited to 0.57 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.57 RC cut.
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.
The text was updated successfully, but these errors were encountered: