mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-26 13:25:51 +08:00
Deploy v0.21.0
Reviewed By: jeffmo Differential Revision: D2888689 fb-gh-sync-id: fe94e50c7872b9a1344a054acccab365d385f6ed
This commit is contained in:
committed by
facebook-github-bot-9
parent
700b848826
commit
5ec1d354c2
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user