Replace :React with :FBReactOpenSourceKit

Reviewed By: javache

Differential Revision: D3055168

fb-gh-sync-id: 68cf6ab19ef1a2c8e7c9670474eeddd227412a34
shipit-source-id: 68cf6ab19ef1a2c8e7c9670474eeddd227412a34
This commit is contained in:
Marc Horowitz
2016-03-21 11:36:36 -07:00
committed by Facebook Github Bot 2
parent 206f846507
commit 7a2698475e

View File

@@ -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;
}