fix(ios): compile warning

This commit is contained in:
Mikael Sand
2020-01-04 16:33:50 +02:00
parent 89f443236e
commit e59c0fb9c0
+5
View File
@@ -33,6 +33,11 @@ RCT_NOT_IMPLEMENTED(- (instancetype)init)
return NO;
}
- (CGColorRef)getColorWithOpacity:(CGFloat)opacity
{
return nil;
}
- (void)paint:(CGContextRef)context opacity:(CGFloat)opacity painter:(RNSVGPainter *)painter
{
// abstract