Commit 82f12565 authored by gmlion's avatar gmlion

Fixed import in GLCanvas.m

parent 7d6e83de
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#import "GLTexture.h" #import "GLTexture.h"
#import "GLImage.h" #import "GLImage.h"
#import "GLRenderData.h" #import "GLRenderData.h"
#import "UIView+React.h" #import <React/UIView+React.h>
NSString* imageSourceHash (RCTImageSource *is) { NSString* imageSourceHash (RCTImageSource *is) {
return is.request.URL; return is.request.URL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment