react-native/Libraries/NavigationExperimental
Linmic 35e517562c Fixed the issue that _onTransitionEnd might try to setState at unmoun…
Summary:
This is to fix the issue that if `Animated.parallel`'s callback - `_onTransitionEnd` being triggered twice in a really short period(say quickly double-click the Android's hardware back button),  it might try to `setState` at unmounted stage, hence cause app crash.

This will make sure `_onTransitionEnd` only fired after mounted.
Closes https://github.com/facebook/react-native/pull/10878

Differential Revision: D4167266

Pulled By: ericvicenti

fbshipit-source-id: 7361e0ea4e8481b2da3fa39f78cdc0461693631f
2016-11-11 09:43:48 -08:00
..
Reducer Fix NavigationScenesReducer. 2016-06-27 12:13:40 -07:00
__tests__ Add `NavigationStateUtils.back()` and `NavigationStateUtils.forward()`. 2016-06-24 15:28:35 -07:00
NavigationAbstractPanResponder.js Simplify <NavigationCard />. 2016-03-15 15:59:26 -07:00
NavigationExperimental.js Kill NavigationAnimatedView 2016-06-21 15:59:04 -07:00
NavigationPropTypes.js Fix NavigationScenesReducer. 2016-06-27 12:13:40 -07:00
NavigationStateUtils.js NavigationExperimental: Add documentation for NavigationStateUtils. 2016-08-14 23:13:23 -07:00
NavigationTransitioner.js Fixed the issue that _onTransitionEnd might try to setState at unmoun… 2016-11-11 09:43:48 -08:00
NavigationTypeDefinition.js Reverted commit D4027388 2016-10-16 04:13:42 -07:00