mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 14:05:09 +00:00
fix the example title
This commit is contained in:
@@ -9,7 +9,7 @@ import Svg, {
|
|||||||
} from 'react-native-svg';
|
} from 'react-native-svg';
|
||||||
|
|
||||||
class PressExample extends Component {
|
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 () {
|
render () {
|
||||||
return <Svg
|
return <Svg
|
||||||
|
|||||||
Reference in New Issue
Block a user