mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-24 03:35:43 +00:00
Implement TextPath: first step (iOS)
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ class Shape extends Component {
|
||||
this.state = this.touchableGetInitialState();
|
||||
}
|
||||
|
||||
extractProps = (props, options) => {
|
||||
extractProps = (props = {}, options) => {
|
||||
let extractedProps = extractProps(props, options);
|
||||
if (extractedProps.touchable && !extractedProps.disabled) {
|
||||
_.assign(extractedProps, {
|
||||
|
||||
Reference in New Issue
Block a user