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
This commit is contained in:
parent
68b0ce657e
commit
c06a1360a9
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue