mirror of
https://github.com/status-im/react-navigation-stack.git
synced 2025-01-23 04:48:56 +00:00
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…
x
Reference in New Issue
Block a user