From 234da238a165130ae3c03c7e69f4b7b8bf57c41e Mon Sep 17 00:00:00 2001 From: Steven Scaffidi Date: Tue, 14 Jun 2016 14:40:40 -0700 Subject: [PATCH] Update GLImage.m --- ios/GLImage.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ios/GLImage.m b/ios/GLImage.m index f43f26a..0e83272 100644 --- a/ios/GLImage.m +++ b/ios/GLImage.m @@ -77,9 +77,10 @@ RCT_NOT_IMPLEMENTED(-init) } else { // Load the image (without resizing it) - _loading = [_bridge.imageLoader loadImageWithoutClipping:_source.imageURL.absoluteString + _loading = [_bridge.imageLoader loadImageWithURLRequest:_source.imageURL.absoluteString size:CGSizeZero scale:0 + clipped:YES resizeMode:RCTResizeModeStretch progressBlock:nil completionBlock:^(NSError *error, UIImage *image) { -- 2.26.2