mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-01 14:15:03 +00:00
fix(ios): compile warning
This commit is contained in:
@@ -33,6 +33,11 @@ RCT_NOT_IMPLEMENTED(- (instancetype)init)
|
|||||||
return NO;
|
return NO;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- (CGColorRef)getColorWithOpacity:(CGFloat)opacity
|
||||||
|
{
|
||||||
|
return nil;
|
||||||
|
}
|
||||||
|
|
||||||
- (void)paint:(CGContextRef)context opacity:(CGFloat)opacity painter:(RNSVGPainter *)painter
|
- (void)paint:(CGContextRef)context opacity:(CGFloat)opacity painter:(RNSVGPainter *)painter
|
||||||
{
|
{
|
||||||
// abstract
|
// abstract
|
||||||
|
|||||||
Reference in New Issue
Block a user