mirror of
https://github.com/status-im/react-native.git
synced 2025-01-29 02:35:41 +00:00
NavigationExperimental: Fix missed renaming of setTiming to applyAnimation
Summary:f2483eb1ee (diff-0d0be087e61cb933286a7cc733767cbeR106)
approve2ship
Reviewed By: hedgerwang
Differential Revision: D3034798
fb-gh-sync-id: 74d0688f935bc324791cf43b15c0106f3c4dd703
shipit-source-id: 74d0688f935bc324791cf43b15c0106f3c4dd703
This commit is contained in:
parent
30166c52cb
commit
9ca853d4d1
@ -103,7 +103,7 @@ class NavigationCardStack extends React.Component {
|
|||||||
navigationState={this.props.navigationState}
|
navigationState={this.props.navigationState}
|
||||||
renderOverlay={this.props.renderOverlay}
|
renderOverlay={this.props.renderOverlay}
|
||||||
renderScene={this._renderScene}
|
renderScene={this._renderScene}
|
||||||
setTiming={this._applyAnimation}
|
applyAnimation={this._applyAnimation}
|
||||||
style={[styles.animatedView, this.props.style]}
|
style={[styles.animatedView, this.props.style]}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user