Commit 83d1840a authored by Gaëtan Renaudeau's avatar Gaëtan Renaudeau

Fix #3

parent 69806115
...@@ -78,7 +78,7 @@ RCT_NOT_IMPLEMENTED(-init) ...@@ -78,7 +78,7 @@ RCT_NOT_IMPLEMENTED(-init)
// Load the image (without resizing it) // 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]; self.image = [UIImage imageNamed:_src];
if(_onload) _onload(); if(_onload) _onload();
} else { } else {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment