mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-03 07:06:04 +00:00
refactor Use and Defs element with native code support(iOS)
This commit is contained in:
+1
-3
@@ -15,9 +15,7 @@ class Circle extends Shape {
|
||||
static contextTypes = {
|
||||
...fillProps,
|
||||
...strokeProps,
|
||||
...circleProps,
|
||||
isInGroup: PropTypes.bool,
|
||||
svgId: numberProp
|
||||
...circleProps
|
||||
};
|
||||
|
||||
setNativeProps = (...args) => {
|
||||
|
||||
Reference in New Issue
Block a user