From c77e07b59f0708c7f0ffe4750554037d27adb4c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Peer=20St=C3=B6cklmair?= Date: Fri, 19 May 2017 21:00:45 +0200 Subject: [PATCH] Docs: update TouchEvents examples --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b44134e..3c5e8c7d 100644 --- a/README.md +++ b/README.md @@ -779,7 +779,7 @@ You can use these events to provide interactivity to your react-native-svg compo ![TouchEvents](./screenShoots/touchevents.gif) -For more examples of touch in action, checkout the [TouchEvents.js examples](Example/examples/TouchEvents.js). +For more examples of touch in action, checkout the [TouchEvents.js examples](https://github.com/magicismight/react-native-svg-example/blob/master/examples/TouchEvents.js). ### Run example: