mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-19 05:25:10 +00:00
fix the example title
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user