Skip to content

Commit

Permalink
Demoing how shouldUpdate always resolving to true
Browse files Browse the repository at this point in the history
  • Loading branch information
sonthonaxrk committed Jul 30, 2015
1 parent d2e255c commit e5374d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Components/Navigation/NavigatorIOS.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ var NavigatorIOS = React.createClass({
this.state.updatingAllIndicesAtOrBeyond >= i;

return (
<StaticContainer key={'nav' + i} shouldUpdate={shouldUpdateChild}>
<StaticContainer key={'nav' + i} shouldUpdate={true}>
<RCTNavigatorItem
title={route.title}
style={[
Expand Down

0 comments on commit e5374d2

Please sign in to comment.