Update Transitioner.md

This API must have changed; after pulling from master I needed to update my code.
This commit is contained in:
James Long 2017-02-08 15:35:52 -05:00 committed by Satyajit Sahoo
parent 1247806f9b
commit a01e88f7c4

View File

@ -16,7 +16,7 @@ class MyNavView extends Component {
return (
<Transitioner
configureTransition={this._configureTransition}
navigationState={this.props.navigation.state}
navigation={this.props.navigation}
render={this._render}
onTransitionStart={this.onTransitionStart}
onTransitionEnd={this.onTransitionEnd}