mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-01-12 22:51:18 +08:00
Update Transitioner.md
This API must have changed; after pulling from master I needed to update my code.
This commit is contained in:
committed by
Satyajit Sahoo
parent
1247806f9b
commit
a01e88f7c4
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user