From 4be46defc30b9f98c4b9df409fdf4b39915fd6f6 Mon Sep 17 00:00:00 2001 From: Adam Gleitman Date: Mon, 30 Nov 2020 13:59:58 -0800 Subject: [PATCH] Add links to related react-native-macos issues --- apple/RNSVGUIKit.h | 1 + 1 file changed, 1 insertion(+) diff --git a/apple/RNSVGUIKit.h b/apple/RNSVGUIKit.h index fc140bba..cf45cdef 100644 --- a/apple/RNSVGUIKit.h +++ b/apple/RNSVGUIKit.h @@ -26,6 +26,7 @@ @end // TODO: These could probably be a part of react-native-macos +// See https://github.com/microsoft/react-native-macos/issues/658 and https://github.com/microsoft/react-native-macos/issues/659 @interface NSImage (RNSVGMacOSExtensions) @property (readonly) CGImageRef CGImage; @end