mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-05 07:59:28 +00:00
Add eslint
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ import React, {
|
||||
|
||||
let propType = PropTypes.oneOfType([PropTypes.string, PropTypes.number]);
|
||||
|
||||
class Image extends Component{
|
||||
class Pattern extends Component{
|
||||
static displayName = 'Pattern';
|
||||
static propTypes = {
|
||||
x1: propType,
|
||||
|
||||
Reference in New Issue
Block a user