Skip to content

Commit

Permalink
Revert "refactor #870" (#901)
Browse files Browse the repository at this point in the history
  • Loading branch information
aksonov committed Jul 5, 2016
1 parent c7a34fc commit b239803
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/TabbedView.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ class TabbedView extends Component {
return;
}
this.renderedSceneKeys[key] = true;
const { navigationBarStyle, titleStyle } = this.props.navigationState;
scenes.push(this.renderScene({ navigationBarStyle, titleStyle, ...item }, i));
scenes.push(this.renderScene(item, i));
});
return (
<View style={this.props.style}>
Expand Down

0 comments on commit b239803

Please sign in to comment.