react-native-macos/Libraries/CustomComponents/NavigationExperimental
Hedger Wang eecdf7d356 disable interaction during transition.
Summary:When navigating from one view to another you can still interact with
the current view. This means that a user can tap a button multiple times and trigger multiple transitions.

The view that is being transitioned off the screen should not be allowed to
receive any user interaction while it is being transitioned.

Reviewed By: javache

Differential Revision: D3143202

fb-gh-sync-id: cc033bbdf0cb9e717f62d2fcf751155406da846c
fbshipit-source-id: cc033bbdf0cb9e717f62d2fcf751155406da846c
2016-04-06 16:15:28 -07:00
..
__tests__ Make NavigationLegacyNavigator more testable. 2016-03-16 17:20:25 -07:00
assets Rework the NavigationHeader 2016-03-21 22:07:26 -07:00
NavigationAnimatedValueSubscription.js Implements `renderHeader` for legacy navigator. 2016-03-10 17:17:21 -08:00
NavigationCard.js disable interaction during transition. 2016-04-06 16:15:28 -07:00
NavigationCardStack.js move `propTypes`, `defaultProps`, and `childContextTypes` into class. 2016-03-28 16:48:27 -07:00
NavigationCardStackPanResponder.js Only accept card gestures within a certain range, 30px 2016-04-06 02:52:24 -07:00
NavigationCardStackStyleInterpolator.js Support animation and gesture for Pager. 2016-03-23 12:51:00 -07:00
NavigationHeader.js Fixed an issue where the title in NavigationExperimentalHeader would block touches for the left component 2016-04-06 03:10:31 -07:00
NavigationHeaderBackButton.js Rework the NavigationHeader 2016-03-21 22:07:26 -07:00
NavigationHeaderStyleInterpolator.js Refactor <NavigationHeader /> API. 2016-03-24 15:49:28 -07:00
NavigationHeaderTitle.js Rework the NavigationHeader 2016-03-21 22:07:26 -07:00
NavigationLegacyNavigator.js Fix typos in NavigationExperimental 2016-03-31 13:54:24 -07:00
NavigationLegacyNavigatorRouteStack.js Make NavigationLegacyNavigator more testable. 2016-03-16 17:20:25 -07:00
NavigationPagerPanResponder.js Support animation and gesture for Pager. 2016-03-23 12:51:00 -07:00
NavigationPagerStyleInterpolator.js Support animation and gesture for Pager. 2016-03-23 12:51:00 -07:00