Skip to content

Commit 2582b7c

Browse files
authored
Merge pull request #201 from flyskywhy/master
fix: with react-native-web product build will `export 'URIUtil' (reexported as 'URIUtil') was not found`
2 parents 977a5a9 + 3d5155e commit 2582b7c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index.web.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export default {};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-native-blob-util",
33
"version": "0.17.0",
44
"description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
5-
"main": "index.js",
5+
"main": "index",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},

0 commit comments

Comments
 (0)