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 committed by GitHub
commit b96d1fd9d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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