mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-25 03:53:31 +00:00
fix lint warning
This commit is contained in:
@@ -9,6 +9,7 @@ import Svg, {
|
||||
class CircleExample extends Component{
|
||||
static title = 'Circle';
|
||||
render() {
|
||||
|
||||
return <Svg
|
||||
height="100"
|
||||
width="140"
|
||||
|
||||
@@ -49,7 +49,6 @@ class ClipPathAttr extends Component{
|
||||
height="100"
|
||||
fill="url(#grad)"
|
||||
clipPath="M50,5L20,99L95,39L5,39L80,99z"
|
||||
onStartShouldSetResponder={() => alert("1111111")}
|
||||
/>
|
||||
<Rect
|
||||
x="40%"
|
||||
|
||||
Reference in New Issue
Block a user