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
|
|
532
|
+
fun DeleteTempFiles(fileUris: ReadableArray, promise: Promise) {
|
|
533
533
|
Thread {
|
|
534
534
|
try {
|
|
535
535
|
var deletedCount = 0
|