diff --git a/ios/Brushes/RNSVGBrush.m b/ios/Brushes/RNSVGBrush.m index 5ee3634c..c988aedc 100644 --- a/ios/Brushes/RNSVGBrush.m +++ b/ios/Brushes/RNSVGBrush.m @@ -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