Merge pull request #33 from wakeless/mgall/allow-left-button-to-control-its-own-destiny

Allow headerLeft components to control their own rendering
This commit is contained in:
Brent Vatne
2018-11-02 10:14:31 -07:00
parent 042137ebd6
commit 57f1ade906

View File

@@ -217,6 +217,7 @@ class Header extends React.PureComponent {
titleStyle={options.headerBackTitleStyle}
layoutPreset={this.props.layoutPreset}
width={width}
scene={props.scene}
/>
);
};