mirror of
https://github.com/status-im/react-navigation-stack.git
synced 2025-02-17 08:57:04 +00:00
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:
commit
b96d1fd9d6
@ -217,6 +217,7 @@ class Header extends React.PureComponent {
|
|||||||
titleStyle={options.headerBackTitleStyle}
|
titleStyle={options.headerBackTitleStyle}
|
||||||
layoutPreset={this.props.layoutPreset}
|
layoutPreset={this.props.layoutPreset}
|
||||||
width={width}
|
width={width}
|
||||||
|
scene={props.scene}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user