-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[0.21] Commits to cherry-pick into 0.21-stable #6087
Comments
@mkonicek, should we make more changes to cli upgrade command? |
78a9125 Update |
👍 Thanks @janicduplessis! @bestander The artifacts should be loaded from node_modules, here's the commit which implemented that: 702f999. To test this I just did the following: Created a new app using 0.21.0-rc. In package.json, I changed the RN dependency to 0.21.0-rc, Ran:
Just to double check, I did Saw the POM file is still downloaded (this is indeed surprising, good catch!):
But the .aar file wasn't downloaded and the app builds. Based on the above I'm pretty sure the app uses 0.21 artifacts from node_modules. |
If #5084 is ready in the next day or so, it would be great to get it in, so Relay can be used out of the box with React Native! |
It would be awesome if #6119 could be considered as well, since this has been a source of confusion for a lot of users. |
Also looking forward for #5084 |
Hey guys, I'm looking forward to #5084 landing as well. David Aurelio is working hard to merge it into the fb codebase. Our internal setup makes it not trivial to merge unfortunately. @lostintangent The cherry-picks are intended for small and completely safe bug-fixes. #6119 looks great but by looking at the code I can't tell with 100% confidence it won't break anything for anyone so prefer to release it in 0.22.0-rc next week and let people test it for 2 weeks before shipping it in 0.22. |
The latter stands alone as an improvement, but the former is a bug fix that we could include. I am fine either way. |
@mkonicek Makes sense, I just thought I would ask :) Thanks! |
ecf6981 is needed to avoid an error in Nuclide debugging so I would really appreciate it! |
ScrollResponder.js
to use newscrollTo
API. This fixes a warning in the current release version.mountComponent
The text was updated successfully, but these errors were encountered: