From 216dce8b4223685a72dce06de76e53c0a32207d6 Mon Sep 17 00:00:00 2001 From: Luke Miles Date: Fri, 2 Dec 2016 18:52:30 -0800 Subject: [PATCH] make change --- .../NavigationCardStackPanResponder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/react-native-experimental-navigation/NavigationCardStackPanResponder.js b/node_modules/react-native-experimental-navigation/NavigationCardStackPanResponder.js index 74f7b8a..6fbe9ee 100644 --- a/node_modules/react-native-experimental-navigation/NavigationCardStackPanResponder.js +++ b/node_modules/react-native-experimental-navigation/NavigationCardStackPanResponder.js @@ -44,7 +44,7 @@ const RESPOND_THRESHOLD = 15; * For horizontal scroll views, a distance of 30 from the left of the screen is the * standard maximum position to start touch responsiveness. */ -const RESPOND_POSITION_MAX_HORIZONTAL = 30; +const RESPOND_POSITION_MAX_HORIZONTAL = 100; const RESPOND_POSITION_MAX_VERTICAL = null; /** -- 2.9.3 (Apple Git-75)