fix the example title

This commit is contained in:
Horcrux
2016-06-11 00:54:43 +08:00
parent 1e0107f9ea
commit df32c3a910

View File

@@ -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 <Svg