Deploy v0.21.0

Reviewed By: jeffmo

Differential Revision: D2888689

fb-gh-sync-id: fe94e50c7872b9a1344a054acccab365d385f6ed
This commit is contained in:
glevi@fb.com
2016-02-01 17:13:08 -08:00
committed by facebook-github-bot-9
parent 700b848826
commit 5ec1d354c2
4 changed files with 8 additions and 9 deletions

View File

@@ -635,8 +635,8 @@ var NavigatorIOS = React.createClass({
this._handleNavigatorStackChanged(e);
},
_routeToStackItem: function(route: Route, i: number) {
var {component, wrapperStyle, passProps, ...route} = route;
_routeToStackItem: function(routeArg: Route, i: number) {
var {component, wrapperStyle, passProps, ...route} = routeArg;
var {itemWrapperStyle, ...props} = this.props;
var shouldUpdateChild =
this.state.updatingAllIndicesAtOrBeyond != null &&