react-native-my-uploader-android 1.0.48 → 1.0.50

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,6 +2,7 @@ package com.myuploaderandroid
2
2
 
3
3
  import androidx.exifinterface.media.ExifInterface
4
4
  import java.io.File
5
+ import android.util.Log
5
6
  import java.io.FileOutputStream
6
7
  import java.io.InputStream
7
8
  import android.app.Activity
@@ -528,7 +529,7 @@ class MyUploaderModule(private val reactContext: ReactApplicationContext) :
528
529
  }
529
530
 
530
531
  @ReactMethod
531
- fun deleteTempFiles(fileUris: ReadableArray, promise: Promise) {
532
+ fun DeleteTempFiles(fileUris: ReadableArray, promise: Promise) {
532
533
  Thread {
533
534
  try {
534
535
  var deletedCount = 0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-my-uploader-android",
3
- "version": "1.0.48",
3
+ "version": "1.0.50",
4
4
  "description": "file uploader for android",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./src/index.d.ts",