mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-25 01:28:16 +00:00
Update Transitioner.md
This API must have changed; after pulling from master I needed to update my code.
This commit is contained in:
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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user