mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-13 17:47:32 +08:00
Fix setting undefined value to isTransitioning (#4124)
This commit is contained in:
@@ -327,7 +327,7 @@ export default (routeConfigs, stackConfig = {}) => {
|
||||
isTransitioning:
|
||||
state.index !== lastRouteIndex
|
||||
? action.immediate !== true
|
||||
: undefined,
|
||||
: state.isTransitioning,
|
||||
index: lastRouteIndex,
|
||||
routes,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user