diff --git a/ios/GLImage.m b/ios/GLImage.m index a9088e08ebc90cf8c077cd607ba633e1f8bc4cba..ee0db715edb4195858744dd8e2a1beb7106a06c6 100644 --- a/ios/GLImage.m +++ b/ios/GLImage.m @@ -80,7 +80,7 @@ RCT_NOT_IMPLEMENTED(-init) else { // Load the image (without resizing it) __weak GLImage *weakSelf = self; - _loading = [_bridge.imageLoader loadImageWithURLRequest:source.request + _loading = [[_bridge moduleForClass:[RCTImageLoader class]] loadImageWithURLRequest:source.request size:CGSizeZero scale:0 clipped:YES