mirror of
https://github.com/status-im/react-native.git
synced 2025-01-15 12:05:06 +00:00
Fixed RCTImageStoreManager bug
Reviewed By: tadeuzagallo Differential Revision: D2565154 fb-gh-sync-id: a9b6df27e4c54d5c3a9ad42dc5b821729d445c9e
This commit is contained in:
parent
d061de1107
commit
666833d2d2
@ -207,7 +207,7 @@ RCT_EXPORT_MODULE()
|
||||
scale:scale
|
||||
resizeMode:resizeMode
|
||||
progressHandler:progressHandler
|
||||
completionHandler:completionHandler];
|
||||
completionHandler:completionHandler] ?: ^{};
|
||||
}
|
||||
|
||||
// Check if networking module is available
|
||||
|
Loading…
x
Reference in New Issue
Block a user