From e59c0fb9c01623a8ceb2abd0a8f7fd0446002c8f Mon Sep 17 00:00:00 2001 From: Mikael Sand Date: Sat, 4 Jan 2020 16:33:50 +0200 Subject: [PATCH] fix(ios): compile warning --- ios/Brushes/RNSVGBrush.m | 5 +++++ 1 file changed, 5 insertions(+) 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