mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-02 14:50:43 +00:00
Add G element
Add G element
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ import Path from './Path';
|
||||
class Polygon extends Component{
|
||||
static displayName = 'Polygon';
|
||||
static propTypes = {
|
||||
points: PropTypes.oneOfType([PropTypes.string, PropTypes.number]).isRequired
|
||||
points: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
||||
};
|
||||
render() {
|
||||
let props = this.props;
|
||||
|
||||
Reference in New Issue
Block a user