mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-28 13:03:12 +00:00
fixes 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