Allow nesting React-Native View components inside svg

This commit is contained in:
Mikael Sand
2018-02-21 00:48:03 +02:00
parent ee1d1f78cc
commit b5eeb1ee72
11 changed files with 35 additions and 43 deletions
+2 -2
View File
@@ -209,9 +209,9 @@ void RNSVGPerformanceBezier_addLine(CGPoint *last, const CGPoint *next, NSMutabl
*linesP = lines;
}
- (void)renderLayerTo:(CGContextRef)context
- (void)renderLayerTo:(CGContextRef)context rect:(CGRect)rect
{
[self renderGroupTo:context];
[self renderGroupTo:context rect:rect];
}
- (CGPathRef)getPath:(CGContextRef)context