mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Add RCTLibraryPathForURL in RCTUtil
Reviewed By: fromcelticpark Differential Revision: D6445626 fbshipit-source-id: aa37c87f019eea85d76365b6be919adfafc3c27a
This commit is contained in:
committed by
Facebook Github Bot
parent
b952365ba6
commit
2fecbf6171
@@ -30,7 +30,7 @@ RCT_EXPORT_MODULE()
|
||||
{
|
||||
return
|
||||
[request.URL.scheme caseInsensitiveCompare:@"file"] == NSOrderedSame
|
||||
&& !RCTIsLocalAssetURL(request.URL);
|
||||
&& !RCTIsBundleAssetURL(request.URL);
|
||||
}
|
||||
|
||||
- (NSOperation *)sendRequest:(NSURLRequest *)request
|
||||
|
||||
Reference in New Issue
Block a user