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 коммит произвёл Facebook Github Bot 2
Родитель 206f846507
Коммит 7a2698475e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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