mirror of
https://github.com/status-im/react-native.git
synced 2025-02-26 16:10:58 +00:00
Nodes should support loading file:/// uris
Summary: Non-Nodes supports file:///, and Nodes should too. Differential Revision: D3639675
This commit is contained in:
parent
1d034cf91d
commit
2f7da48813
@ -46,6 +46,7 @@ import com.facebook.imagepipeline.request.ImageRequestBuilder;
|
||||
return
|
||||
source.startsWith("http://") ||
|
||||
source.startsWith("https://") ||
|
||||
source.startsWith("data:");
|
||||
source.startsWith("data:") ||
|
||||
source.startsWith("file:///");
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user