We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1247806 commit a01e88fCopy full SHA for a01e88f
docs/api/views/Transitioner.md
@@ -16,7 +16,7 @@ class MyNavView extends Component {
16
return (
17
<Transitioner
18
configureTransition={this._configureTransition}
19
- navigationState={this.props.navigation.state}
+ navigation={this.props.navigation}
20
render={this._render}
21
onTransitionStart={this.onTransitionStart}
22
onTransitionEnd={this.onTransitionEnd}
0 commit comments