mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-16 16:48:21 +00:00
fix(ios): compile warning
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user