-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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.16] Things we should cherry-pick to 0.16 #4327
Comments
@mkonicek where was the regression on the imports issue? |
@skevy It was somewhere in the big upgrade to Babel 6. Added a note here: https://github.com/facebook/react-native/blob/master/breaking-changes.md |
We should also put out a warning about decorators if Babel support doesn't land in time. Any project with decorators in babelrc must wait for https://phabricator.babeljs.io/T2645 before upgrading to 0.16. |
@ide 👍 I use decorators everywhere...as do you I think :) |
Good point about decorators! Updated https://github.com/facebook/react-native/blob/master/breaking-changes.md |
I had to migrate my projects to move away from decorators. I love decorators, but there is this bug with Babel 6, and Flow doesn't support decorators either :( |
We should also cherry-pick this - #4298 It's a fairly small fix for the annoyance where the Switch gets cut off in Android. |
Adding a note about the |
@dlindahl That commit fixes the issue, not cause it. |
@satya164 👍 My comment is just a bit of SEO so that others can find this issue if they encounter the |
@dlindahl Nice. The wording can confuse them though. Would be great if you can reword it. |
Re-word my comment? |
@dlindahl Yeah, to make it clear that that commit fixes the issue. |
I also encountered such a problem, how to solve |
We should also cherry pick c929e15 |
@satya164 Added it to the summary above. |
Has anyone else seen Chrome debugging not working? Just tried and works for me in 0.16.0-rc: #4418 |
@mkonicek Thanks :D |
0.16 is out, closing. |
Working on Dialogs. |
Question, on Babel's issue tracker, T2694 is closed. Looks like it was release in Babel 6.2.2. I noticed that it wasn't checked off here...was it not fixed? |
Android WebView? |
0.16.0-rc has been published to npm. Here are the things we should get into 0.16.0:
PullToRefreshLayoutAndroid
, renamed in cad4686)We should eventually also figure out what's up with
react-native bundle
: #3948 (have little context). Update, fixed in 0.16.0-rc in 9a64f17. Thank you @ide!The text was updated successfully, but these errors were encountered: