mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Replace :React with :FBReactOpenSourceKit
Reviewed By: javache Differential Revision: D3055168 fb-gh-sync-id: 68cf6ab19ef1a2c8e7c9670474eeddd227412a34 shipit-source-id: 68cf6ab19ef1a2c8e7c9670474eeddd227412a34
This commit is contained in:
committed by
Facebook Github Bot 2
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user