mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-24 00:58:20 +00:00
Fix setting undefined value to isTransitioning (#4124)
This commit is contained in:
parent
c1a94895f5
commit
f6bd3e4306
@ -327,7 +327,7 @@ export default (routeConfigs, stackConfig = {}) => {
|
||||
isTransitioning:
|
||||
state.index !== lastRouteIndex
|
||||
? action.immediate !== true
|
||||
: undefined,
|
||||
: state.isTransitioning,
|
||||
index: lastRouteIndex,
|
||||
routes,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user