Skip to content

Commit 82f1256

Browse files
committed
Fixed import in GLCanvas.m
1 parent 7d6e83d commit 82f1256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/GLCanvas.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#import "GLTexture.h"
1212
#import "GLImage.h"
1313
#import "GLRenderData.h"
14-
#import "UIView+React.h"
14+
#import <React/UIView+React.h>
1515

1616
NSString* imageSourceHash (RCTImageSource *is) {
1717
return is.request.URL;

0 commit comments

Comments
 (0)