react-native/Libraries/CustomComponents/NavigationExperimental
Morgan Pretty 86d5c5249b Fixed an issue where the title in NavigationExperimentalHeader would block touches for the left component
Summary:There was an issue where the title component could overlap the left component and it would block the left component from receiving touches.

I only stumbled across this because we have a default title component which stretches most of the width and it was covering the edge of the left component. I think left/right components are more likely to be actionable than the title component so they should take priority in the touch order (ie. be rendered last).
Closes https://github.com/facebook/react-native/pull/6618

Differential Revision: D3144191

fb-gh-sync-id: 9ccd31714b2401d02eaaf4b5b24ed6afb60041c7
fbshipit-source-id: 9ccd31714b2401d02eaaf4b5b24ed6afb60041c7
2016-04-06 03:10:31 -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 Support animation and gesture for Pager. 2016-03-23 12:51:00 -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