We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff555f9 commit 9f3b616Copy full SHA for 9f3b616
plugins/react-native.js
@@ -13,7 +13,7 @@ function normalizeUrl(url) {
13
"use strict";
14
15
return url
16
- .replace(/file\:\/\//, '')
+ .replace(/^file\:\/\//, '')
17
.replace(DEVICE_PATH_RE, '');
18
}
19
0 commit comments