We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b01892 commit 9bef063Copy full SHA for 9bef063
ios/RNCImageEditor.m
@@ -53,7 +53,7 @@ @implementation RNCImageEditor
53
NSString *urlPath = [url path];
54
NSString *extension = [urlPath pathExtension];
55
56
- [_bridge.imageLoader loadImageWithURLRequest:imageRequest callback:^(NSError *error, UIImage *image) {
+ [[_bridge moduleForName:@"ImageLoader" lazilyLoadIfNecessary:YES] loadImageWithURLRequest:imageRequest callback:^(NSError *error, UIImage *image) {
57
if (error) {
58
reject(@(error.code).stringValue, error.description, error);
59
return;
0 commit comments