Skip to content

Commit

Permalink
fixes #284
Browse files Browse the repository at this point in the history
fixes #272
  • Loading branch information
Ron Radtke authored and Ron Radtke committed Aug 4, 2023
1 parent 309bec5 commit d682742
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion fetch.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const eventEmitter = new NativeEventEmitter(ReactNativeBlobUtil);
eventEmitter.addListener('ReactNativeBlobUtilMessage', (e) => {
if (typeof e === 'string') e = JSON.parse(e);

console.log('add listener')
if (e.event === 'warn') {
console.warn(e.detail);
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-blob-util",
"version": "0.18.6",
"version": "0.19.0",
"description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
"main": "index",
"scripts": {
Expand Down

0 comments on commit d682742

Please sign in to comment.