mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-02 14:50:43 +00:00
refactor Use and Defs element with native code support(iOS)
This commit is contained in:
+2
-2
@@ -12,8 +12,8 @@ class Shape extends Component {
|
||||
this.state = this.touchableGetInitialState();
|
||||
}
|
||||
|
||||
extractProps = (props) => {
|
||||
let extractedProps = extractProps(props);
|
||||
extractProps = (props, options = {stroke: true, fill: true, responder: true}) => {
|
||||
let extractedProps = extractProps(props, options);
|
||||
if (extractedProps.touchable && !extractedProps.disabled) {
|
||||
_.assign(extractedProps, {
|
||||
onStartShouldSetResponder: this.touchableHandleStartShouldSetResponder,
|
||||
|
||||
Reference in New Issue
Block a user