Remove duplicate PanResponderExample and update docs
Summary: While looking at the [pan responder docs](https://facebook.github.io/react-native/docs/panresponder.html#working-example) I noticed they linked to `ResponderExample` rather than `PanResponderExample` and that `ResponderExample ` defined `NavigatorIOSExample` which was odd. This PR just kills `ResponderExample` and updates the link in the docs. :bowtie: Closes https://github.com/facebook/react-native/pull/1743 Reviewed By: @svcscm Differential Revision: D2468010 Pulled By: @vjeux
This commit is contained in:
parent
390649ab4e
commit
4c366d0bcb
|
@ -92,7 +92,7 @@ var 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/ResponderExample.js)
|
||||
* [PanResponder example in UIExplorer](https://github.com/facebook/react-native/blob/master/Examples/UIExplorer/PanResponderExample.js)
|
||||
*/
|
||||
|
||||
var PanResponder = {
|
||||
|
|
Loading…
Reference in New Issue