diff --git a/Libraries/Image/RCTImageLoader.m b/Libraries/Image/RCTImageLoader.m index 13d02b437..7e57f481b 100644 --- a/Libraries/Image/RCTImageLoader.m +++ b/Libraries/Image/RCTImageLoader.m @@ -66,7 +66,7 @@ RCT_EXPORT_MODULE() - (float)handlerPriority { - return 1; + return 2; } - (id)imageCache diff --git a/Libraries/Image/RCTImageStoreManager.m b/Libraries/Image/RCTImageStoreManager.m index 690258e65..d57971de6 100644 --- a/Libraries/Image/RCTImageStoreManager.m +++ b/Libraries/Image/RCTImageStoreManager.m @@ -32,6 +32,11 @@ static NSString *const RCTImageStoreURLScheme = @"rct-image-store"; RCT_EXPORT_MODULE() +- (float)handlerPriority +{ + return 1; +} + - (void)removeImageForTag:(NSString *)imageTag withBlock:(void (^)())block { dispatch_async(_methodQueue, ^{