react-native/Libraries/CustomComponents
Adam Comella 54e947152f Navigator: null check on gesture.overswipe to prevent crash
Summary:
Sometimes, `gesture.overswipe` can be `null`/`undefined` in `_moveAttachedGesture` resulting in a crash. This change adds a null check to avoid the crash. `_matchGestureAction` has a similar check so it looks like this case was overlooked in `_moveAttachedGesture`.

**Test plan (required)**

My team's app is using this change.

Adam Comella
Microsoft Corp.
Closes https://github.com/facebook/react-native/pull/11017

Differential Revision: D4207277

Pulled By: ericvicenti

fbshipit-source-id: a22817c2ebec1c996583269a59d6767f5713771b
2016-11-20 15:28:31 -08:00
..
ListView FIx docs for list view: "sticky" header not sticky on android 2016-11-11 22:43:46 -08:00
NavigationExperimental Android: Reduce overdraw layers by hiding cards when they are not visible 2016-11-14 08:59:24 -08:00
Navigator Navigator: null check on gesture.overswipe to prevent crash 2016-11-20 15:28:31 -08:00
LICENSE [ReactNative] Use ASCII double quotes 2015-07-24 13:16:25 -08:00