Update header when screenProps change (Fixes #4271)

This commit is contained in:
Brent Vatne
2018-06-08 17:35:17 -07:00
parent 98a4f26f26
commit 3031e7bd80
3 changed files with 18 additions and 0 deletions

View File

@@ -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}