mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-23 19:25:54 +00:00
Merge pull request #97 from steveliles/issue95
fixes #95 - crash whenever <Defs> are used on iOS
This commit is contained in:
@@ -188,6 +188,11 @@
|
||||
// abstract
|
||||
}
|
||||
|
||||
- (void)mergeProperties:(__kindof RNSVGNode *)target mergeList:(NSArray<NSString *> *)mergeList inherited:(BOOL)inherited
|
||||
{
|
||||
// abstract
|
||||
}
|
||||
|
||||
- (void)resetProperties
|
||||
{
|
||||
// abstract
|
||||
|
||||
Reference in New Issue
Block a user