Replace :React with :FBReactOpenSourceKit
Reviewed By: javache Differential Revision: D3055168 fb-gh-sync-id: 68cf6ab19ef1a2c8e7c9670474eeddd227412a34 shipit-source-id: 68cf6ab19ef1a2c8e7c9670474eeddd227412a34
This commit is contained in:
parent
206f846507
commit
7a2698475e
|
@ -319,7 +319,7 @@ static UIImage *RCTResizeImageIfNeeded(UIImage *image,
|
|||
// Check if networking module is available
|
||||
if (RCT_DEBUG && ![_bridge respondsToSelector:@selector(networking)]) {
|
||||
RCTLogError(@"No suitable image URL loader found for %@. You may need to "
|
||||
" import the RCTNetworking library in order to load images.",
|
||||
" import the RCTNetwork library in order to load images.",
|
||||
imageTag);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue