Skip to content

Commit d682742

Browse files
Ron RadtkeRon Radtke
Ron Radtke
authored and
Ron Radtke
committed
fixes #284
fixes #272
1 parent 309bec5 commit d682742

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

fetch.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ const eventEmitter = new NativeEventEmitter(ReactNativeBlobUtil);
1313
eventEmitter.addListener('ReactNativeBlobUtilMessage', (e) => {
1414
if (typeof e === 'string') e = JSON.parse(e);
1515

16-
console.log('add listener')
1716
if (e.event === 'warn') {
1817
console.warn(e.detail);
1918
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-blob-util",
3-
"version": "0.18.6",
3+
"version": "0.19.0",
44
"description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
55
"main": "index",
66
"scripts": {

0 commit comments

Comments
 (0)