Revert attempted fix for nested state change freeze
This commit is contained in:
parent
bf4b25e54b
commit
d860a8d4ce
|
@ -87,15 +87,6 @@ class Transitioner extends React.Component {
|
|||
return;
|
||||
}
|
||||
|
||||
if (
|
||||
isRouteShallowEqual(
|
||||
this.props.navigation.state,
|
||||
nextProps.navigation.state
|
||||
)
|
||||
) {
|
||||
return;
|
||||
}
|
||||
|
||||
const indexHasChanged =
|
||||
nextProps.navigation.state.index !== this.props.navigation.state.index;
|
||||
if (this._isTransitionRunning) {
|
||||
|
|
Loading…
Reference in New Issue