diff --git a/components/NavBarContent.js b/components/NavBarContent.js index 5c5e2b0..c0357c7 100644 --- a/components/NavBarContent.js +++ b/components/NavBarContent.js @@ -205,7 +205,7 @@ class NavBarContent extends React.Component { ); } - if (Platform.OS === 'ios' || this.props.route.rightCorner || this.props.rightCorner) { + if (Platform.OS === 'ios' || this.props.route.rightCorner || this.props.route.index > 0) { rightCorner = ( {rightCornerContent}