-
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
Issue to track 0.22 stability #6366
Comments
For HMR, we need to do disable the HMR menu on Android when Dev is disabled. I'll do it. Just mentioning here. |
#6260 When the node-haste stuff is resolved. added |
#6325 when it lands in a few minutes added |
#6373 fixes addded |
@davidaurelio if we cherry pick #6260 wouldn't we need to pick 972395a as well so that HMR doesn't break? cc @bestander added |
Lets cherry pick 972395a as well same as above, added |
releasing 0.22.0-rc1 automatically with CI for the first time |
Are you guys able to add in this one? |
it should be in RC already On Tue, Mar 15, 2016 at 6:06 PM, Richard Lai notifications@github.com
|
Will 0.22.0-rc1 be on npm? If it is I can tell users that had issues on windows to update to that. |
Will this also contain all the various changes for relay compatibility? |
yes, once this is green On Tue, Mar 15, 2016 at 6:31 PM, Janic Duplessis notifications@github.com
|
FYI react-native@0.22.0-rc4 has been published to npm. |
@pthrasher react-native@0.22.0-rc4 has react as peer dependency installed at the root of node_modules. This should allow Relay compatibility afaik. |
@bestander thanks! :-) |
need to cherry pick this one as well: d0caf7e After talking to Martin decided not to cherry pick considering that it requires a few commits to be picked |
Are you aware that rc4 seems to include different versions of css-layout for iOS and Android? See #6447 and @vjeux's comments in #6237 and f538032. It seems the fix from facebook/yoga#145 was merged for Android, but not for iOS. It would be great if you could get it merged for iOS, too, before releasing 0.22.0. For IOS this commit was done 6c5195f We don't have a quick fix in the master branch for that. |
When I run 0.22.0-rc4, my app hangs at the following code.
I think this happens when my app tries to fetch remote javascript code. Are anyone else having this issue? Could someone guess what might be the problem? |
A wild guess - JavaScript did not compile and server can't start. |
Sure. I tried running the app several times and sometimes the server is accessed and other times the server is not even accessed. I mean I see the following output on the console, only some of the times when I run the app.
Also the following is the error I see on XCode. added comment below |
@bestander need to cherry pick this one as well: bcb37c0 added to the list |
Thanks for more details, @daesan. |
0.22.0-rc5 is being released to npm. |
0.22.0 is released. |
@bestander Got you. I thought this could be a release holding issue but it turns out that this only arises when JSX bundle is hosted on Linux server. I created a new issue as you suggested. #6581 If someone has a clue about this error please talk about it there. |
List of commits to cherry-pick into 0.22-stable branch
The text was updated successfully, but these errors were encountered: