Skip to content

Commit a01e88f

Browse files
jlongstersatya164
authored andcommitted
Update Transitioner.md
This API must have changed; after pulling from master I needed to update my code.
1 parent 1247806 commit a01e88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/views/Transitioner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class MyNavView extends Component {
1616
return (
1717
<Transitioner
1818
configureTransition={this._configureTransition}
19-
navigationState={this.props.navigation.state}
19+
navigation={this.props.navigation}
2020
render={this._render}
2121
onTransitionStart={this.onTransitionStart}
2222
onTransitionEnd={this.onTransitionEnd}

0 commit comments

Comments
 (0)