-
Notifications
You must be signed in to change notification settings - Fork 404
0.59.9 Discussion #127
Comments
Any chance we could cherry-pick facebook/react-native@e787dd0? |
Hello can the new Keyboard behaviour on Android come into the next release? |
Hey Can we have this one please? |
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.
This comment has been minimized.
This comment has been minimized.
👋 hey @kelset - would super appreciate facebook/react-native@995b4d3 getting picked, would finally allow changing the debug port on Android, huge DX, at least for me anyway |
Could we cherry-pick this one facebook/react-native#24793 |
Can you elaborate more on this? I'm having the same issue. Upgrading to 0.59.9 out of nowhere broke every call of runAfterInteractions. This function used to have some serious timeout/delay, but now seems to be instant all the time. So anything that relied on this delay is now broken. |
Gradle plugin can be updated to facebook/react-native@8d61a4e to be compatible with 0.60 as much. |
@kelset Looks like this got moved: facebook/react-native@2dd7dd8. Can we get it into the next 0.59 please? 😄 cc @aldistel |
Can we have this PR facebook/react-native#21163 included in this release? This issue can cause a big performance issue when refreshing data or when implementing live-updating search. |
hey everyone - quick update on 0.59.x. We are currently working hard on the 0.60, and I had a few conversations with other people in the core that don't think that it's a good idea to keep supporting 0.59 after 0.60 is out. If we end up doing a new 0.59.x I'll write an update here. |
@kelset Do you think it's feasible to get an updated JSC to address the crashes on 64-bit devices? Latest update seems to have addressed all issues: react-native-community/jsc-android-buildscripts#114 |
I'm not sure sadly. I'd like to do one more 0.59.x release also to bump the cli dep and make sure that everyone will use 1.9.x - since Xcode 11 affects the payload of the simulators json. I'll write an update if we are going to do it. |
It would definitely be really nice to get a new 0.59.x patch version with the JSC fix after it gets released. Currently |
@kristerkari I think that you should be able to replace the version of |
Yeah that's what I did already and it worked. How is the JSC dependency defined in React Native? Is there any kind of automatic update for existing projects? I'm just thinking that there might be a lot of 0.59.x users who don't know that their app is crashing on Galaxy S7. That's why I was thinking that it might be good to do a patch and make sure that the fix is included. |
If 0.59.x is still released, please cherry-pick facebook/react-native@76c50c1 . |
@kelset Just in case if you will plan to upgrade JSC for RN 0.59, the upgrade process is not like what we did in master or 0.60-stable. |
Hoping to see another 0.59.x release with a JSC update for the crashing Galaxy S7 issues. If there is any plans for another release, would appreciate this to be cherry-picked: facebook/react-native@df50eee fixes an issue with animations not running when starting from a non-zero value. |
👋 everyone. As you may be aware, doing releases of React Native is a challenging task - but we know that this JSC problem was widespread and important, so we did one last Huge thanks to @Kudo for his work on back-porting this to 0.59. We will not do new 0.59 releases (for the foreseeable future), but we are working really hard to ensure that 0.60 will be awesome and we hope that you'll all be able to upgrade swiftly with all the tools that have been working on to help you during it 🤗 |
@nekhaly what command did you pass to get that error? Given that it's a patch, you can simply change the number in the package.json, remove node_modules & clear caches and do a |
Conversation on this thread are limited to 0.59.9 release's major issues and 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.59.9 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.
If the commit you request to cherry pick is a complicated port, you will be asked to create the PR to the 0.59-stable branch yourself, in order to ensure that the process proceeds smoothly.
The text was updated successfully, but these errors were encountered: