mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-03 07:06:04 +00:00
Add G element
Add G element
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ let {
|
||||
Shape
|
||||
} = ART;
|
||||
|
||||
let propType = PropTypes.oneOfType([PropTypes.string, PropTypes.number]).isRequired;
|
||||
let propType = PropTypes.oneOfType([PropTypes.string, PropTypes.number]);
|
||||
class Ellipse extends Component{
|
||||
static displayName = 'Ellipse';
|
||||
static propTypes = {
|
||||
|
||||
Reference in New Issue
Block a user