react-native-my-uploader-android 1.0.49 → 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.
@@ -529,7 +529,7 @@ class MyUploaderModule(private val reactContext: ReactApplicationContext) :
529
529
  }
530
530
 
531
531
  @ReactMethod
532
- fun deleteTempFiles(fileUris: ReadableArray, promise: Promise) {
532
+ fun DeleteTempFiles(fileUris: ReadableArray, promise: Promise) {
533
533
  Thread {
534
534
  try {
535
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.49",
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",