diff --git a/ios/GLImage.m b/ios/GLImage.m index f43f26ab8efef5d200b508b98a236b5d495d1063..0e832729b1fdd7d09bd18d24b32ef76f8f12951a 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) {