From df32c3a910f787c9ca6da1cb38bf4e319391b652 Mon Sep 17 00:00:00 2001 From: Horcrux Date: Sat, 11 Jun 2016 00:54:43 +0800 Subject: [PATCH] fix the example title --- Example/examples/TouchEvents.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example/examples/TouchEvents.js b/Example/examples/TouchEvents.js index 049e1fd4..cc20b935 100644 --- a/Example/examples/TouchEvents.js +++ b/Example/examples/TouchEvents.js @@ -9,7 +9,7 @@ import Svg, { } from 'react-native-svg'; class PressExample extends Component { - static title = 'Press on the red circle and long press on rectangle to trigger the events'; + static title = 'Press on the red circle or long press on the blue rectangle to trigger the events'; render () { return