From c06a1360a949fd4101a86907f66c0fb72281ce41 Mon Sep 17 00:00:00 2001 From: Antti Moilanen Date: Wed, 13 Jul 2016 00:52:58 -0700 Subject: [PATCH] Fix broken link to PanResponderExample.js Summary: In recent change in 2f73ca8 all javascript files under UIExplorer were moved to js subfolders but PanResponderExample link wasn't updated accordingly. Closes https://github.com/facebook/react-native/pull/8725 Differential Revision: D3554851 fbshipit-source-id: 798b9a76ecb667512a23a405d0fee0691a9debce --- Libraries/Interaction/PanResponder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Interaction/PanResponder.js b/Libraries/Interaction/PanResponder.js index a5ad0af42..713e3840a 100644 --- a/Libraries/Interaction/PanResponder.js +++ b/Libraries/Interaction/PanResponder.js @@ -116,7 +116,7 @@ const currentCentroidY = TouchHistoryMath.currentCentroidY; * ### Working Example * * To see it in action, try the - * [PanResponder example in UIExplorer](https://github.com/facebook/react-native/blob/master/Examples/UIExplorer/PanResponderExample.js) + * [PanResponder example in UIExplorer](https://github.com/facebook/react-native/blob/master/Examples/UIExplorer/js/PanResponderExample.js) */ const PanResponder = {