We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06f8c70 commit 06883c6Copy full SHA for 06883c6
android/src/main/java/com/ReactNativeBlobUtil/ReactNativeBlobUtilFS.java
@@ -1185,9 +1185,6 @@ static String normalizePath(String path) {
1185
return null;
1186
if (!path.matches("\\w+\\:.*"))
1187
return path;
1188
- if (path.startsWith("file://")) {
1189
- return path.replace("file://", "");
1190
- }
1191
1192
Uri uri = Uri.parse(path);
1193
if (path.startsWith(ReactNativeBlobUtilConst.FILE_PREFIX_BUNDLE_ASSET)) {
0 commit comments