Revert attempted fix for nested state change freeze

This commit is contained in:
Brent Vatne 2018-10-22 12:05:42 -07:00
parent bf4b25e54b
commit d860a8d4ce
1 changed files with 0 additions and 9 deletions

View File

@ -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) {