diff --git a/RNGL/GLImage.m b/RNGL/GLImage.m index 6d25620b32826e00b5a0352b0b45527d8e3913d6..53334fcae9583b97e70f4ebd2ab3058268d8b94c 100644 --- a/RNGL/GLImage.m +++ b/RNGL/GLImage.m @@ -78,7 +78,7 @@ RCT_NOT_IMPLEMENTED(-init) // Load the image (without resizing it) - if (![_src hasPrefix:@"http://"] && ![_src hasPrefix:@"http://"]) { + if (![_src hasPrefix:@"http://"] && ![_src hasPrefix:@"https://"]) { self.image = [UIImage imageNamed:_src]; if(_onload) _onload(); } else {