mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-02 17:28:36 +08:00
Update header when screenProps change (Fixes #4271)
This commit is contained in:
@@ -22,6 +22,7 @@ class StackView extends React.Component {
|
||||
<Transitioner
|
||||
render={this._render}
|
||||
configureTransition={this._configureTransition}
|
||||
screenProps={this.props.screenProps}
|
||||
navigation={this.props.navigation}
|
||||
descriptors={this.props.descriptors}
|
||||
onTransitionStart={this.props.onTransitionStart}
|
||||
|
||||
Reference in New Issue
Block a user