react-native/Libraries/CustomComponents/NavigationExperimental
ahanriat c658cc545f Fix navigation card stack pan responder
Summary:
Hi folks !
🔧 Fix the navigation card stack pan responder when the `vertical` direction is enabled.

**Issue:**
When using a `ScrollView` with the `vertical` direction enabled, the pan handler catch the gesture before the `ScrollView`.

I don't know why there was no default value here for `RESPOND_POSITION_MAX_VERTICAL` 5162eb3254
ericvicenti could you tell me what you think about setting a default value for `RESPOND_POSITION_MAX_VERTICAL` ? 😃

Thanks !!

**EDIT June 15, 2016**
I'll update this PR this week end to provide a way to give custom values as there is no magic value for `RESPOND_POSITION_MAX_VERTICAL`

**EDIT June 24, 2016**
I've added a props `gestureResponseDistance` to control both the `RESPOND_POSITION_MAX_VERTICAL` and `RESPOND_POSITION_MAX_HORIZONTAL`
Closes https://github.com/facebook/react-native/pull/8076

Differential Revision: D3605973

Pulled By: ericvicenti

fbshipit-source-id: 158d88cf8ebbab742bf0b38c217ae502e9dd1963
2016-07-25 11:58:44 -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 Remove `node_modules/react` from the list of discoverable haste modules 2016-07-05 06:44:33 -07:00
NavigationCardStack.js Fix navigation card stack pan responder 2016-07-25 11:58:44 -07:00
NavigationCardStackPanResponder.js Fix navigation card stack pan responder 2016-07-25 11:58:44 -07:00
NavigationCardStackStyleInterpolator.js Unrevert D3518381 2016-07-06 12:58:41 -07:00
NavigationHeader.js Remove `node_modules/react` from the list of discoverable haste modules 2016-07-05 06:44:33 -07:00
NavigationHeaderBackButton.js Remove prop `onNavigate`. 2016-06-09 17:58:27 -07:00
NavigationHeaderStyleInterpolator.js Unrevert D3518381 2016-07-06 12:58:41 -07:00
NavigationHeaderTitle.js Deploy v0.26.0 2016-05-27 17:58:32 -07:00
NavigationPagerPanResponder.js Provide RTL support for new Navigator -- Make RTL works in NUX 2016-07-11 20:58:32 -07:00
NavigationPagerStyleInterpolator.js Provide RTL support for new Navigator -- Make RTL works in NUX 2016-07-11 20:58:32 -07:00
NavigationPointerEventsContainer.js explicit type args in react-native-github 2016-05-24 18:28:26 -07:00