From 82f12565dc7ffa1b51783421ed0c98ab1dc14af0 Mon Sep 17 00:00:00 2001 From: gmlion Date: Sat, 18 Nov 2017 11:09:54 +0100 Subject: [PATCH] Fixed import in GLCanvas.m --- ios/GLCanvas.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/GLCanvas.m b/ios/GLCanvas.m index 8ba25df..935a68c 100644 --- a/ios/GLCanvas.m +++ b/ios/GLCanvas.m @@ -11,7 +11,7 @@ #import "GLTexture.h" #import "GLImage.h" #import "GLRenderData.h" -#import "UIView+React.h" +#import NSString* imageSourceHash (RCTImageSource *is) { return is.request.URL; -- 2.26.2