refactor Use and Defs element with native code support(iOS)

This commit is contained in:
Horcrux
2016-07-19 23:09:51 +08:00
parent 4eddfc6885
commit dd6cb80e84
37 changed files with 535 additions and 282 deletions
+1 -3
View File
@@ -15,9 +15,7 @@ class Circle extends Shape {
static contextTypes = {
...fillProps,
...strokeProps,
...circleProps,
isInGroup: PropTypes.bool,
svgId: numberProp
...circleProps
};
setNativeProps = (...args) => {