mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-02 23:02:16 +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
|
// abstract
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- (void)mergeProperties:(__kindof RNSVGNode *)target mergeList:(NSArray<NSString *> *)mergeList inherited:(BOOL)inherited
|
||||||
|
{
|
||||||
|
// abstract
|
||||||
|
}
|
||||||
|
|
||||||
- (void)resetProperties
|
- (void)resetProperties
|
||||||
{
|
{
|
||||||
// abstract
|
// abstract
|
||||||
|
|||||||
Reference in New Issue
Block a user