diff --git a/ios/Podfile.lock b/ios/Podfile.lock
index 19c6f19d57..097279588f 100644
--- a/ios/Podfile.lock
+++ b/ios/Podfile.lock
@@ -1125,8 +1125,6 @@ PODS:
- React-debug
- react-native-background-timer (2.4.1):
- React-Core
- - react-native-background-upload (6.6.0):
- - React
- react-native-cameraroll (7.4.2):
- glog
- RCT-Folly (= 2022.05.16.00)
@@ -1504,7 +1502,6 @@ DEPENDENCIES:
- React-logger (from `../node_modules/react-native/ReactCommon/logger`)
- React-Mapbuffer (from `../node_modules/react-native/ReactCommon`)
- react-native-background-timer (from `../node_modules/react-native-background-timer`)
- - react-native-background-upload (from `../node_modules/react-native-background-upload`)
- "react-native-cameraroll (from `../node_modules/@react-native-camera-roll/camera-roll`)"
- react-native-config (from `../node_modules/react-native-config`)
- react-native-create-thumbnail (from `../node_modules/react-native-create-thumbnail`)
@@ -1698,8 +1695,6 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon"
react-native-background-timer:
:path: "../node_modules/react-native-background-timer"
- react-native-background-upload:
- :path: "../node_modules/react-native-background-upload"
react-native-cameraroll:
:path: "../node_modules/@react-native-camera-roll/camera-roll"
react-native-config:
@@ -1902,7 +1897,6 @@ SPEC CHECKSUMS:
React-logger: 66b168e2b2bee57bd8ce9e69f739d805732a5570
React-Mapbuffer: 9ee041e1d7be96da6d76a251f92e72b711c651d6
react-native-background-timer: 17ea5e06803401a379ebf1f20505b793ac44d0fe
- react-native-background-upload: 7c608537f87106c93530a3a19a853afd55466823
react-native-cameraroll: 17e0fd2d851dc27bd7c57d71ab5fcfd3e6e55e52
react-native-config: 86038147314e2e6d10ea9972022aa171e6b1d4d8
react-native-create-thumbnail: e022bcdcba8a0b4529a50d3fa1a832ec921be39d
diff --git a/package.json b/package.json
index 63a52dcfd0..390531908f 100644
--- a/package.json
+++ b/package.json
@@ -108,7 +108,6 @@
"react-native-animatable": "^1.3.3",
"react-native-autoheight-webview": "^1.5.8",
"react-native-background-timer": "^2.4.1",
- "react-native-background-upload": "^6.6.0",
"react-native-bootsplash": "^5.5.3",
"react-native-chart-kit": "^6.11.0",
"react-native-config": "^1.5.1",
diff --git a/patches/react-native-background-upload+6.6.0.patch b/patches/react-native-background-upload+6.6.0.patch
deleted file mode 100644
index 186fa94be5..0000000000
--- a/patches/react-native-background-upload+6.6.0.patch
+++ /dev/null
@@ -1,818 +0,0 @@
-diff --git a/node_modules/react-native-background-upload/android/build.gradle b/node_modules/react-native-background-upload/android/build.gradle
-index fa6963f..38a212f 100755
---- a/node_modules/react-native-background-upload/android/build.gradle
-+++ b/node_modules/react-native-background-upload/android/build.gradle
-@@ -1,10 +1,10 @@
- buildscript {
- ext {
-- kotlinVersion = '1.6.0'
-- buildToolsVersion = '29.0.2'
-- compileSdkVersion = 29
-- targetSdkVersion = 29
-- minSdkVersion = 18
-+ kotlinVersion = '1.8.0'
-+ buildToolsVersion = "34.0.0"
-+ minSdkVersion = 23
-+ compileSdkVersion = 34
-+ targetSdkVersion = 34
- }
- ext.detoxKotlinVersion = ext.kotlinVersion
-
-@@ -20,7 +20,6 @@ buildscript {
-
- apply plugin: 'com.android.library'
- apply plugin: 'kotlin-android'
--apply plugin: 'kotlin-android-extensions'
-
- def DEFAULT_COMPILE_SDK_VERSION = 28
- def DEFAULT_BUILD_TOOLS_VERSION = "28.0.3"
-@@ -46,6 +45,9 @@ android {
- lintOptions {
- abortOnError false
- }
-+ buildFeatures {
-+ viewBinding true
-+ }
- }
-
- repositories {
-@@ -64,7 +66,7 @@ dependencies {
-
- implementation "org.jetbrains.kotlin:$_kotlinStdlib:$_kotlinVersion"
-
-- implementation 'net.gotev:uploadservice-okhttp:4.7.0'
-+ implementation 'net.gotev:uploadservice-okhttp:4.9.2'
-
- implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0'
- }
-diff --git a/node_modules/react-native-background-upload/android/build/.transforms/4c9baf4482d88ab1817fb4eedaf2773f/results.bin b/node_modules/react-native-background-upload/android/build/.transforms/4c9baf4482d88ab1817fb4eedaf2773f/results.bin
-new file mode 100644
-index 0000000..0d259dd
---- /dev/null
-+++ b/node_modules/react-native-background-upload/android/build/.transforms/4c9baf4482d88ab1817fb4eedaf2773f/results.bin
-@@ -0,0 +1 @@
-+o/classes
-diff --git a/node_modules/react-native-background-upload/android/build/.transforms/4c9baf4482d88ab1817fb4eedaf2773f/transformed/classes/classes_dex/classes.dex b/node_modules/react-native-background-upload/android/build/.transforms/4c9baf4482d88ab1817fb4eedaf2773f/transformed/classes/classes_dex/classes.dex
-new file mode 100644
-index 0000000..9911047
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/.transforms/4c9baf4482d88ab1817fb4eedaf2773f/transformed/classes/classes_dex/classes.dex differ
-diff --git a/node_modules/react-native-background-upload/android/build/.transforms/6e67554c4aee2e777f0ed1606b6ec7f6/results.bin b/node_modules/react-native-background-upload/android/build/.transforms/6e67554c4aee2e777f0ed1606b6ec7f6/results.bin
-new file mode 100644
-index 0000000..e3f0ff0
---- /dev/null
-+++ b/node_modules/react-native-background-upload/android/build/.transforms/6e67554c4aee2e777f0ed1606b6ec7f6/results.bin
-@@ -0,0 +1 @@
-+i/classes_global-synthetics
-diff --git a/node_modules/react-native-background-upload/android/build/.transforms/9e625cef08a5419af49230aec5ba651b/results.bin b/node_modules/react-native-background-upload/android/build/.transforms/9e625cef08a5419af49230aec5ba651b/results.bin
-new file mode 100644
-index 0000000..1ed65e0
---- /dev/null
-+++ b/node_modules/react-native-background-upload/android/build/.transforms/9e625cef08a5419af49230aec5ba651b/results.bin
-@@ -0,0 +1 @@
-+i/
-diff --git a/node_modules/react-native-background-upload/android/build/.transforms/bcc660ac0e95fa1df10a9d9c72e3710d/results.bin b/node_modules/react-native-background-upload/android/build/.transforms/bcc660ac0e95fa1df10a9d9c72e3710d/results.bin
-new file mode 100644
-index 0000000..1ed65e0
---- /dev/null
-+++ b/node_modules/react-native-background-upload/android/build/.transforms/bcc660ac0e95fa1df10a9d9c72e3710d/results.bin
-@@ -0,0 +1 @@
-+i/
-diff --git a/node_modules/react-native-background-upload/android/build/.transforms/c1f7bf40428cce76081fcf5d4ad30c7f/results.bin b/node_modules/react-native-background-upload/android/build/.transforms/c1f7bf40428cce76081fcf5d4ad30c7f/results.bin
-new file mode 100644
-index 0000000..5ff383e
---- /dev/null
-+++ b/node_modules/react-native-background-upload/android/build/.transforms/c1f7bf40428cce76081fcf5d4ad30c7f/results.bin
-@@ -0,0 +1 @@
-+o/debug
-diff --git a/node_modules/react-native-background-upload/android/build/.transforms/c1f7bf40428cce76081fcf5d4ad30c7f/transformed/debug/debug_dex/com/vydia/RNUploader/BuildConfig.dex b/node_modules/react-native-background-upload/android/build/.transforms/c1f7bf40428cce76081fcf5d4ad30c7f/transformed/debug/debug_dex/com/vydia/RNUploader/BuildConfig.dex
-new file mode 100644
-index 0000000..17ee1c5
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/.transforms/c1f7bf40428cce76081fcf5d4ad30c7f/transformed/debug/debug_dex/com/vydia/RNUploader/BuildConfig.dex differ
-diff --git a/node_modules/react-native-background-upload/android/build/.transforms/c1f7bf40428cce76081fcf5d4ad30c7f/transformed/debug/debug_dex/com/vydia/RNUploader/GlobalRequestObserverDelegate.dex b/node_modules/react-native-background-upload/android/build/.transforms/c1f7bf40428cce76081fcf5d4ad30c7f/transformed/debug/debug_dex/com/vydia/RNUploader/GlobalRequestObserverDelegate.dex
-new file mode 100644
-index 0000000..1c249d7
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/.transforms/c1f7bf40428cce76081fcf5d4ad30c7f/transformed/debug/debug_dex/com/vydia/RNUploader/GlobalRequestObserverDelegate.dex differ
-diff --git a/node_modules/react-native-background-upload/android/build/.transforms/c1f7bf40428cce76081fcf5d4ad30c7f/transformed/debug/debug_dex/com/vydia/RNUploader/NotificationActions.dex b/node_modules/react-native-background-upload/android/build/.transforms/c1f7bf40428cce76081fcf5d4ad30c7f/transformed/debug/debug_dex/com/vydia/RNUploader/NotificationActions.dex
-new file mode 100644
-index 0000000..f75e858
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/.transforms/c1f7bf40428cce76081fcf5d4ad30c7f/transformed/debug/debug_dex/com/vydia/RNUploader/NotificationActions.dex differ
-diff --git a/node_modules/react-native-background-upload/android/build/.transforms/c1f7bf40428cce76081fcf5d4ad30c7f/transformed/debug/debug_dex/com/vydia/RNUploader/NotificationActionsReceiver.dex b/node_modules/react-native-background-upload/android/build/.transforms/c1f7bf40428cce76081fcf5d4ad30c7f/transformed/debug/debug_dex/com/vydia/RNUploader/NotificationActionsReceiver.dex
-new file mode 100644
-index 0000000..ab1a7fe
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/.transforms/c1f7bf40428cce76081fcf5d4ad30c7f/transformed/debug/debug_dex/com/vydia/RNUploader/NotificationActionsReceiver.dex differ
-diff --git a/node_modules/react-native-background-upload/android/build/.transforms/c1f7bf40428cce76081fcf5d4ad30c7f/transformed/debug/debug_dex/com/vydia/RNUploader/UploaderModule$startUpload$1.dex b/node_modules/react-native-background-upload/android/build/.transforms/c1f7bf40428cce76081fcf5d4ad30c7f/transformed/debug/debug_dex/com/vydia/RNUploader/UploaderModule$startUpload$1.dex
-new file mode 100644
-index 0000000..3cec759
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/.transforms/c1f7bf40428cce76081fcf5d4ad30c7f/transformed/debug/debug_dex/com/vydia/RNUploader/UploaderModule$startUpload$1.dex differ
-diff --git a/node_modules/react-native-background-upload/android/build/.transforms/c1f7bf40428cce76081fcf5d4ad30c7f/transformed/debug/debug_dex/com/vydia/RNUploader/UploaderModule.dex b/node_modules/react-native-background-upload/android/build/.transforms/c1f7bf40428cce76081fcf5d4ad30c7f/transformed/debug/debug_dex/com/vydia/RNUploader/UploaderModule.dex
-new file mode 100644
-index 0000000..80e6ff3
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/.transforms/c1f7bf40428cce76081fcf5d4ad30c7f/transformed/debug/debug_dex/com/vydia/RNUploader/UploaderModule.dex differ
-diff --git a/node_modules/react-native-background-upload/android/build/.transforms/c1f7bf40428cce76081fcf5d4ad30c7f/transformed/debug/debug_dex/com/vydia/RNUploader/UploaderReactPackage.dex b/node_modules/react-native-background-upload/android/build/.transforms/c1f7bf40428cce76081fcf5d4ad30c7f/transformed/debug/debug_dex/com/vydia/RNUploader/UploaderReactPackage.dex
-new file mode 100644
-index 0000000..7c1c4ce
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/.transforms/c1f7bf40428cce76081fcf5d4ad30c7f/transformed/debug/debug_dex/com/vydia/RNUploader/UploaderReactPackage.dex differ
-diff --git a/node_modules/react-native-background-upload/android/build/.transforms/c1f7bf40428cce76081fcf5d4ad30c7f/transformed/debug/desugar_graph.bin b/node_modules/react-native-background-upload/android/build/.transforms/c1f7bf40428cce76081fcf5d4ad30c7f/transformed/debug/desugar_graph.bin
-new file mode 100644
-index 0000000..601f245
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/.transforms/c1f7bf40428cce76081fcf5d4ad30c7f/transformed/debug/desugar_graph.bin differ
-diff --git a/node_modules/react-native-background-upload/android/build/.transforms/c97fa88746cce4da2d943394370f6f68/results.bin b/node_modules/react-native-background-upload/android/build/.transforms/c97fa88746cce4da2d943394370f6f68/results.bin
-new file mode 100644
-index 0000000..4c288ce
---- /dev/null
-+++ b/node_modules/react-native-background-upload/android/build/.transforms/c97fa88746cce4da2d943394370f6f68/results.bin
-@@ -0,0 +1 @@
-+i/debug_dex
-diff --git a/node_modules/react-native-background-upload/android/build/generated/source/buildConfig/debug/com/vydia/RNUploader/BuildConfig.java b/node_modules/react-native-background-upload/android/build/generated/source/buildConfig/debug/com/vydia/RNUploader/BuildConfig.java
-new file mode 100644
-index 0000000..c3fab9b
---- /dev/null
-+++ b/node_modules/react-native-background-upload/android/build/generated/source/buildConfig/debug/com/vydia/RNUploader/BuildConfig.java
-@@ -0,0 +1,10 @@
-+/**
-+ * Automatically generated file. DO NOT MODIFY
-+ */
-+package com.vydia.RNUploader;
-+
-+public final class BuildConfig {
-+ public static final boolean DEBUG = Boolean.parseBoolean("true");
-+ public static final String LIBRARY_PACKAGE_NAME = "com.vydia.RNUploader";
-+ public static final String BUILD_TYPE = "debug";
-+}
-diff --git a/node_modules/react-native-background-upload/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml b/node_modules/react-native-background-upload/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml
-new file mode 100644
-index 0000000..abd5072
---- /dev/null
-+++ b/node_modules/react-native-background-upload/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml
-@@ -0,0 +1,7 @@
-+
-+
-+
-+
-+
-+
-\ No newline at end of file
-diff --git a/node_modules/react-native-background-upload/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output-metadata.json b/node_modules/react-native-background-upload/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output-metadata.json
-new file mode 100644
-index 0000000..eae5175
---- /dev/null
-+++ b/node_modules/react-native-background-upload/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output-metadata.json
-@@ -0,0 +1,18 @@
-+{
-+ "version": 3,
-+ "artifactType": {
-+ "type": "AAPT_FRIENDLY_MERGED_MANIFESTS",
-+ "kind": "Directory"
-+ },
-+ "applicationId": "com.vydia.RNUploader",
-+ "variantName": "debug",
-+ "elements": [
-+ {
-+ "type": "SINGLE",
-+ "filters": [],
-+ "attributes": [],
-+ "outputFile": "AndroidManifest.xml"
-+ }
-+ ],
-+ "elementType": "File"
-+}
-\ No newline at end of file
-diff --git a/node_modules/react-native-background-upload/android/build/intermediates/aar_metadata/debug/aar-metadata.properties b/node_modules/react-native-background-upload/android/build/intermediates/aar_metadata/debug/aar-metadata.properties
-new file mode 100644
-index 0000000..776557e
---- /dev/null
-+++ b/node_modules/react-native-background-upload/android/build/intermediates/aar_metadata/debug/aar-metadata.properties
-@@ -0,0 +1,5 @@
-+aarFormatVersion=1.0
-+aarMetadataVersion=1.0
-+minCompileSdk=1
-+minCompileSdkExtension=0
-+minAndroidGradlePluginVersion=1.0.0
-diff --git a/node_modules/react-native-background-upload/android/build/intermediates/annotation_processor_list/debug/annotationProcessors.json b/node_modules/react-native-background-upload/android/build/intermediates/annotation_processor_list/debug/annotationProcessors.json
-new file mode 100644
-index 0000000..9e26dfe
---- /dev/null
-+++ b/node_modules/react-native-background-upload/android/build/intermediates/annotation_processor_list/debug/annotationProcessors.json
-@@ -0,0 +1 @@
-+{}
-\ No newline at end of file
-diff --git a/node_modules/react-native-background-upload/android/build/intermediates/compile_library_classes_jar/debug/classes.jar b/node_modules/react-native-background-upload/android/build/intermediates/compile_library_classes_jar/debug/classes.jar
-new file mode 100644
-index 0000000..51acffe
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/intermediates/compile_library_classes_jar/debug/classes.jar differ
-diff --git a/node_modules/react-native-background-upload/android/build/intermediates/compile_r_class_jar/debug/R.jar b/node_modules/react-native-background-upload/android/build/intermediates/compile_r_class_jar/debug/R.jar
-new file mode 100644
-index 0000000..5785a12
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/intermediates/compile_r_class_jar/debug/R.jar differ
-diff --git a/node_modules/react-native-background-upload/android/build/intermediates/compile_symbol_list/debug/R.txt b/node_modules/react-native-background-upload/android/build/intermediates/compile_symbol_list/debug/R.txt
-new file mode 100644
-index 0000000..e69de29
-diff --git a/node_modules/react-native-background-upload/android/build/intermediates/data_binding_base_class_log_artifact/debug/out/com.vydia.RNUploader-binding_classes.json b/node_modules/react-native-background-upload/android/build/intermediates/data_binding_base_class_log_artifact/debug/out/com.vydia.RNUploader-binding_classes.json
-new file mode 100644
-index 0000000..2bea446
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/intermediates/data_binding_base_class_log_artifact/debug/out/com.vydia.RNUploader-binding_classes.json differ
-diff --git a/node_modules/react-native-background-upload/android/build/intermediates/incremental/dataBindingGenBaseClassesDebug/base_builder_log.json b/node_modules/react-native-background-upload/android/build/intermediates/incremental/dataBindingGenBaseClassesDebug/base_builder_log.json
-new file mode 100644
-index 0000000..dca24b2
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/intermediates/incremental/dataBindingGenBaseClassesDebug/base_builder_log.json differ
-diff --git a/node_modules/react-native-background-upload/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties b/node_modules/react-native-background-upload/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties
-new file mode 100644
-index 0000000..8c56914
---- /dev/null
-+++ b/node_modules/react-native-background-upload/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties
-@@ -0,0 +1 @@
-+#Mon Apr 15 12:03:35 PKT 2024
-diff --git a/node_modules/react-native-background-upload/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml b/node_modules/react-native-background-upload/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml
-new file mode 100644
-index 0000000..2034167
---- /dev/null
-+++ b/node_modules/react-native-background-upload/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml
-@@ -0,0 +1,2 @@
-+
-+
-\ No newline at end of file
-diff --git a/node_modules/react-native-background-upload/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml b/node_modules/react-native-background-upload/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
-new file mode 100644
-index 0000000..6967ef6
---- /dev/null
-+++ b/node_modules/react-native-background-upload/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
-@@ -0,0 +1,2 @@
-+
-+
-\ No newline at end of file
-diff --git a/node_modules/react-native-background-upload/android/build/intermediates/incremental/mergeDebugShaders/merger.xml b/node_modules/react-native-background-upload/android/build/intermediates/incremental/mergeDebugShaders/merger.xml
-new file mode 100644
-index 0000000..b732c22
---- /dev/null
-+++ b/node_modules/react-native-background-upload/android/build/intermediates/incremental/mergeDebugShaders/merger.xml
-@@ -0,0 +1,2 @@
-+
-+
-\ No newline at end of file
-diff --git a/node_modules/react-native-background-upload/android/build/intermediates/incremental/packageDebugAssets/merger.xml b/node_modules/react-native-background-upload/android/build/intermediates/incremental/packageDebugAssets/merger.xml
-new file mode 100644
-index 0000000..cc5019d
---- /dev/null
-+++ b/node_modules/react-native-background-upload/android/build/intermediates/incremental/packageDebugAssets/merger.xml
-@@ -0,0 +1,2 @@
-+
-+
-\ No newline at end of file
-diff --git a/node_modules/react-native-background-upload/android/build/intermediates/java_res/debug/out/META-INF/react-native-background-upload_debug.kotlin_module b/node_modules/react-native-background-upload/android/build/intermediates/java_res/debug/out/META-INF/react-native-background-upload_debug.kotlin_module
-new file mode 100644
-index 0000000..3aa6361
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/intermediates/java_res/debug/out/META-INF/react-native-background-upload_debug.kotlin_module differ
-diff --git a/node_modules/react-native-background-upload/android/build/intermediates/javac/debug/classes/com/vydia/RNUploader/BuildConfig.class b/node_modules/react-native-background-upload/android/build/intermediates/javac/debug/classes/com/vydia/RNUploader/BuildConfig.class
-new file mode 100644
-index 0000000..cd529e1
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/intermediates/javac/debug/classes/com/vydia/RNUploader/BuildConfig.class differ
-diff --git a/node_modules/react-native-background-upload/android/build/intermediates/javac/debug/classes/com/vydia/RNUploader/UploaderReactPackage.class b/node_modules/react-native-background-upload/android/build/intermediates/javac/debug/classes/com/vydia/RNUploader/UploaderReactPackage.class
-new file mode 100644
-index 0000000..421d91c
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/intermediates/javac/debug/classes/com/vydia/RNUploader/UploaderReactPackage.class differ
-diff --git a/node_modules/react-native-background-upload/android/build/intermediates/local_only_symbol_list/debug/R-def.txt b/node_modules/react-native-background-upload/android/build/intermediates/local_only_symbol_list/debug/R-def.txt
-new file mode 100644
-index 0000000..78ac5b8
---- /dev/null
-+++ b/node_modules/react-native-background-upload/android/build/intermediates/local_only_symbol_list/debug/R-def.txt
-@@ -0,0 +1,2 @@
-+R_DEF: Internal format may change without notice
-+local
-diff --git a/node_modules/react-native-background-upload/android/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt b/node_modules/react-native-background-upload/android/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt
-new file mode 100644
-index 0000000..55595ca
---- /dev/null
-+++ b/node_modules/react-native-background-upload/android/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt
-@@ -0,0 +1,7 @@
-+1
-+2
-+4
-+5
-+6
-+7
-diff --git a/node_modules/react-native-background-upload/android/build/intermediates/merged_manifest/debug/AndroidManifest.xml b/node_modules/react-native-background-upload/android/build/intermediates/merged_manifest/debug/AndroidManifest.xml
-new file mode 100644
-index 0000000..abd5072
---- /dev/null
-+++ b/node_modules/react-native-background-upload/android/build/intermediates/merged_manifest/debug/AndroidManifest.xml
-@@ -0,0 +1,7 @@
-+
-+
-+
-+
-+
-+
-\ No newline at end of file
-diff --git a/node_modules/react-native-background-upload/android/build/intermediates/navigation_json/debug/navigation.json b/node_modules/react-native-background-upload/android/build/intermediates/navigation_json/debug/navigation.json
-new file mode 100644
-index 0000000..0637a08
---- /dev/null
-+++ b/node_modules/react-native-background-upload/android/build/intermediates/navigation_json/debug/navigation.json
-@@ -0,0 +1 @@
-+[]
-\ No newline at end of file
-diff --git a/node_modules/react-native-background-upload/android/build/intermediates/runtime_library_classes_dir/debug/META-INF/react-native-background-upload_debug.kotlin_module b/node_modules/react-native-background-upload/android/build/intermediates/runtime_library_classes_dir/debug/META-INF/react-native-background-upload_debug.kotlin_module
-new file mode 100644
-index 0000000..3aa6361
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/intermediates/runtime_library_classes_dir/debug/META-INF/react-native-background-upload_debug.kotlin_module differ
-diff --git a/node_modules/react-native-background-upload/android/build/intermediates/runtime_library_classes_dir/debug/com/vydia/RNUploader/BuildConfig.class b/node_modules/react-native-background-upload/android/build/intermediates/runtime_library_classes_dir/debug/com/vydia/RNUploader/BuildConfig.class
-new file mode 100644
-index 0000000..cd529e1
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/intermediates/runtime_library_classes_dir/debug/com/vydia/RNUploader/BuildConfig.class differ
-diff --git a/node_modules/react-native-background-upload/android/build/intermediates/runtime_library_classes_dir/debug/com/vydia/RNUploader/GlobalRequestObserverDelegate.class b/node_modules/react-native-background-upload/android/build/intermediates/runtime_library_classes_dir/debug/com/vydia/RNUploader/GlobalRequestObserverDelegate.class
-new file mode 100644
-index 0000000..96e23aa
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/intermediates/runtime_library_classes_dir/debug/com/vydia/RNUploader/GlobalRequestObserverDelegate.class differ
-diff --git a/node_modules/react-native-background-upload/android/build/intermediates/runtime_library_classes_dir/debug/com/vydia/RNUploader/NotificationActions.class b/node_modules/react-native-background-upload/android/build/intermediates/runtime_library_classes_dir/debug/com/vydia/RNUploader/NotificationActions.class
-new file mode 100644
-index 0000000..7c962a2
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/intermediates/runtime_library_classes_dir/debug/com/vydia/RNUploader/NotificationActions.class differ
-diff --git a/node_modules/react-native-background-upload/android/build/intermediates/runtime_library_classes_dir/debug/com/vydia/RNUploader/NotificationActionsReceiver.class b/node_modules/react-native-background-upload/android/build/intermediates/runtime_library_classes_dir/debug/com/vydia/RNUploader/NotificationActionsReceiver.class
-new file mode 100644
-index 0000000..9f52485
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/intermediates/runtime_library_classes_dir/debug/com/vydia/RNUploader/NotificationActionsReceiver.class differ
-diff --git a/node_modules/react-native-background-upload/android/build/intermediates/runtime_library_classes_dir/debug/com/vydia/RNUploader/UploaderModule$startUpload$1.class b/node_modules/react-native-background-upload/android/build/intermediates/runtime_library_classes_dir/debug/com/vydia/RNUploader/UploaderModule$startUpload$1.class
-new file mode 100644
-index 0000000..a444158
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/intermediates/runtime_library_classes_dir/debug/com/vydia/RNUploader/UploaderModule$startUpload$1.class differ
-diff --git a/node_modules/react-native-background-upload/android/build/intermediates/runtime_library_classes_dir/debug/com/vydia/RNUploader/UploaderModule.class b/node_modules/react-native-background-upload/android/build/intermediates/runtime_library_classes_dir/debug/com/vydia/RNUploader/UploaderModule.class
-new file mode 100644
-index 0000000..e9057ef
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/intermediates/runtime_library_classes_dir/debug/com/vydia/RNUploader/UploaderModule.class differ
-diff --git a/node_modules/react-native-background-upload/android/build/intermediates/runtime_library_classes_dir/debug/com/vydia/RNUploader/UploaderReactPackage.class b/node_modules/react-native-background-upload/android/build/intermediates/runtime_library_classes_dir/debug/com/vydia/RNUploader/UploaderReactPackage.class
-new file mode 100644
-index 0000000..421d91c
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/intermediates/runtime_library_classes_dir/debug/com/vydia/RNUploader/UploaderReactPackage.class differ
-diff --git a/node_modules/react-native-background-upload/android/build/intermediates/runtime_library_classes_jar/debug/classes.jar b/node_modules/react-native-background-upload/android/build/intermediates/runtime_library_classes_jar/debug/classes.jar
-new file mode 100644
-index 0000000..d17d410
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/intermediates/runtime_library_classes_jar/debug/classes.jar differ
-diff --git a/node_modules/react-native-background-upload/android/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt b/node_modules/react-native-background-upload/android/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt
-new file mode 100644
-index 0000000..1683e97
---- /dev/null
-+++ b/node_modules/react-native-background-upload/android/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt
-@@ -0,0 +1 @@
-+com.vydia.RNUploader
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab
-new file mode 100644
-index 0000000..11a2e89
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream
-new file mode 100644
-index 0000000..94629bd
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len
-new file mode 100644
-index 0000000..4674eb3
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len
-new file mode 100644
-index 0000000..93a595b
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at
-new file mode 100644
-index 0000000..eb4d920
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i
-new file mode 100644
-index 0000000..126460d
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len
-new file mode 100644
-index 0000000..131e265
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab
-new file mode 100644
-index 0000000..90c6356
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream
-new file mode 100644
-index 0000000..fb1f4c6
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len
-new file mode 100644
-index 0000000..98b33a3
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len
-new file mode 100644
-index 0000000..93a595b
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at
-new file mode 100644
-index 0000000..8f28327
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i
-new file mode 100644
-index 0000000..06ac60d
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len
-new file mode 100644
-index 0000000..131e265
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab
-new file mode 100644
-index 0000000..8b46087
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream
-new file mode 100644
-index 0000000..fb1f4c6
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len
-new file mode 100644
-index 0000000..98b33a3
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len
-new file mode 100644
-index 0000000..93a595b
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at
-new file mode 100644
-index 0000000..78f0642
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i
-new file mode 100644
-index 0000000..06ac60d
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len
-new file mode 100644
-index 0000000..131e265
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab
-new file mode 100644
-index 0000000..9a02aeb
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream
-new file mode 100644
-index 0000000..818a69a
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len
-new file mode 100644
-index 0000000..0e8b35d
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len
-new file mode 100644
-index 0000000..ec8f944
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at
-new file mode 100644
-index 0000000..af513f1
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i
-new file mode 100644
-index 0000000..cdf924e
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len
-new file mode 100644
-index 0000000..131e265
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab
-new file mode 100644
-index 0000000..a08fe22
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream
-new file mode 100644
-index 0000000..3a80e1d
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len
-new file mode 100644
-index 0000000..fa606b6
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len
-new file mode 100644
-index 0000000..ec8f944
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at
-new file mode 100644
-index 0000000..34c70cf
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i
-new file mode 100644
-index 0000000..605d423
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len
-new file mode 100644
-index 0000000..131e265
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab
-new file mode 100644
-index 0000000..4774f5b
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream
-new file mode 100644
-index 0000000..b7fdab2
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len
-new file mode 100644
-index 0000000..4674eb3
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len
-new file mode 100644
-index 0000000..93a595b
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at
-new file mode 100644
-index 0000000..789053a
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i
-new file mode 100644
-index 0000000..8aa96ed
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len
-new file mode 100644
-index 0000000..131e265
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab
-new file mode 100644
-index 0000000..dd1f631
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream
-new file mode 100644
-index 0000000..6ee346e
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len
-new file mode 100644
-index 0000000..8bccc6c
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len
-new file mode 100644
-index 0000000..93a595b
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at
-new file mode 100644
-index 0000000..39c0f40
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i
-new file mode 100644
-index 0000000..0b8e2fa
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len
-new file mode 100644
-index 0000000..131e265
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab
-new file mode 100644
-index 0000000..208db4f
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream
-new file mode 100644
-index 0000000..3ac737b
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len
-new file mode 100644
-index 0000000..2a17e6e
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len
-new file mode 100644
-index 0000000..a9f80ae
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at
-new file mode 100644
-index 0000000..0f26a7a
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i
-new file mode 100644
-index 0000000..79944ea
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len
-new file mode 100644
-index 0000000..131e265
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab
-new file mode 100644
-index 0000000..26d3b09
---- /dev/null
-+++ b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab
-@@ -0,0 +1,2 @@
-+4
-+0
-\ No newline at end of file
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab
-new file mode 100644
-index 0000000..0246ce4
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream
-new file mode 100644
-index 0000000..b7fdab2
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len
-new file mode 100644
-index 0000000..4674eb3
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len
-new file mode 100644
-index 0000000..93a595b
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at
-new file mode 100644
-index 0000000..3e23c2a
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i
-new file mode 100644
-index 0000000..13320e4
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len
-new file mode 100644
-index 0000000..131e265
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab
-new file mode 100644
-index 0000000..23a2391
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream
-new file mode 100644
-index 0000000..6e7a926
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len
-new file mode 100644
-index 0000000..eb52963
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len
-new file mode 100644
-index 0000000..93a595b
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at
-new file mode 100644
-index 0000000..78f0642
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i
-new file mode 100644
-index 0000000..6936967
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len
-new file mode 100644
-index 0000000..131e265
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab
-new file mode 100644
-index 0000000..6c3b781
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream
-new file mode 100644
-index 0000000..6dae471
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len
-new file mode 100644
-index 0000000..1e7cecb
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len
-new file mode 100644
-index 0000000..e8c968b
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at
-new file mode 100644
-index 0000000..a4cb4ac
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i
-new file mode 100644
-index 0000000..527cfff
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len
-new file mode 100644
-index 0000000..131e265
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/last-build.bin b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/last-build.bin
-new file mode 100644
-index 0000000..6379290
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/cacheable/last-build.bin differ
-diff --git a/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/local-state/build-history.bin b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/local-state/build-history.bin
-new file mode 100644
-index 0000000..3b90c5d
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/kotlin/compileDebugKotlin/local-state/build-history.bin differ
-diff --git a/node_modules/react-native-background-upload/android/build/outputs/logs/manifest-merger-debug-report.txt b/node_modules/react-native-background-upload/android/build/outputs/logs/manifest-merger-debug-report.txt
-new file mode 100644
-index 0000000..05a2862
---- /dev/null
-+++ b/node_modules/react-native-background-upload/android/build/outputs/logs/manifest-merger-debug-report.txt
-@@ -0,0 +1,17 @@
-+-- Merging decision tree log ---
-+manifest
-+ADDED from /Users/noumantahir/Documents/ReactNativeProjects/ecency-mobile/node_modules/react-native-background-upload/android/src/main/AndroidManifest.xml:1:1-3:12
-+INJECTED from /Users/noumantahir/Documents/ReactNativeProjects/ecency-mobile/node_modules/react-native-background-upload/android/src/main/AndroidManifest.xml:1:1-3:12
-+ package
-+ ADDED from /Users/noumantahir/Documents/ReactNativeProjects/ecency-mobile/node_modules/react-native-background-upload/android/src/main/AndroidManifest.xml:2:5-35
-+ INJECTED from /Users/noumantahir/Documents/ReactNativeProjects/ecency-mobile/node_modules/react-native-background-upload/android/src/main/AndroidManifest.xml
-+ xmlns:android
-+ ADDED from /Users/noumantahir/Documents/ReactNativeProjects/ecency-mobile/node_modules/react-native-background-upload/android/src/main/AndroidManifest.xml:1:11-69
-+uses-sdk
-+INJECTED from /Users/noumantahir/Documents/ReactNativeProjects/ecency-mobile/node_modules/react-native-background-upload/android/src/main/AndroidManifest.xml reason: use-sdk injection requested
-+INJECTED from /Users/noumantahir/Documents/ReactNativeProjects/ecency-mobile/node_modules/react-native-background-upload/android/src/main/AndroidManifest.xml
-+INJECTED from /Users/noumantahir/Documents/ReactNativeProjects/ecency-mobile/node_modules/react-native-background-upload/android/src/main/AndroidManifest.xml
-+ android:targetSdkVersion
-+ INJECTED from /Users/noumantahir/Documents/ReactNativeProjects/ecency-mobile/node_modules/react-native-background-upload/android/src/main/AndroidManifest.xml
-+ android:minSdkVersion
-+ INJECTED from /Users/noumantahir/Documents/ReactNativeProjects/ecency-mobile/node_modules/react-native-background-upload/android/src/main/AndroidManifest.xml
-diff --git a/node_modules/react-native-background-upload/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin b/node_modules/react-native-background-upload/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin
-new file mode 100644
-index 0000000..b9dc6a1
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin differ
-diff --git a/node_modules/react-native-background-upload/android/build/tmp/kotlin-classes/debug/META-INF/react-native-background-upload_debug.kotlin_module b/node_modules/react-native-background-upload/android/build/tmp/kotlin-classes/debug/META-INF/react-native-background-upload_debug.kotlin_module
-new file mode 100644
-index 0000000..3aa6361
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/tmp/kotlin-classes/debug/META-INF/react-native-background-upload_debug.kotlin_module differ
-diff --git a/node_modules/react-native-background-upload/android/build/tmp/kotlin-classes/debug/com/vydia/RNUploader/GlobalRequestObserverDelegate.class b/node_modules/react-native-background-upload/android/build/tmp/kotlin-classes/debug/com/vydia/RNUploader/GlobalRequestObserverDelegate.class
-new file mode 100644
-index 0000000..96e23aa
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/tmp/kotlin-classes/debug/com/vydia/RNUploader/GlobalRequestObserverDelegate.class differ
-diff --git a/node_modules/react-native-background-upload/android/build/tmp/kotlin-classes/debug/com/vydia/RNUploader/NotificationActions.class b/node_modules/react-native-background-upload/android/build/tmp/kotlin-classes/debug/com/vydia/RNUploader/NotificationActions.class
-new file mode 100644
-index 0000000..7c962a2
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/tmp/kotlin-classes/debug/com/vydia/RNUploader/NotificationActions.class differ
-diff --git a/node_modules/react-native-background-upload/android/build/tmp/kotlin-classes/debug/com/vydia/RNUploader/NotificationActionsReceiver.class b/node_modules/react-native-background-upload/android/build/tmp/kotlin-classes/debug/com/vydia/RNUploader/NotificationActionsReceiver.class
-new file mode 100644
-index 0000000..9f52485
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/tmp/kotlin-classes/debug/com/vydia/RNUploader/NotificationActionsReceiver.class differ
-diff --git a/node_modules/react-native-background-upload/android/build/tmp/kotlin-classes/debug/com/vydia/RNUploader/UploaderModule$startUpload$1.class b/node_modules/react-native-background-upload/android/build/tmp/kotlin-classes/debug/com/vydia/RNUploader/UploaderModule$startUpload$1.class
-new file mode 100644
-index 0000000..a444158
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/tmp/kotlin-classes/debug/com/vydia/RNUploader/UploaderModule$startUpload$1.class differ
-diff --git a/node_modules/react-native-background-upload/android/build/tmp/kotlin-classes/debug/com/vydia/RNUploader/UploaderModule.class b/node_modules/react-native-background-upload/android/build/tmp/kotlin-classes/debug/com/vydia/RNUploader/UploaderModule.class
-new file mode 100644
-index 0000000..e9057ef
-Binary files /dev/null and b/node_modules/react-native-background-upload/android/build/tmp/kotlin-classes/debug/com/vydia/RNUploader/UploaderModule.class differ
-diff --git a/node_modules/react-native-background-upload/example/RNBackgroundExample/android/build.gradle b/node_modules/react-native-background-upload/example/RNBackgroundExample/android/build.gradle
-index 35b5c37..a394c7d 100644
---- a/node_modules/react-native-background-upload/example/RNBackgroundExample/android/build.gradle
-+++ b/node_modules/react-native-background-upload/example/RNBackgroundExample/android/build.gradle
-@@ -2,11 +2,11 @@
-
- buildscript {
- ext {
-- buildToolsVersion = "29.0.2"
-- minSdkVersion = 21
-- compileSdkVersion = 29
-- targetSdkVersion = 29
-- ext.kotlinVersion = '1.3.41' // Your app's version
-+ ext.kotlinVersion = '1.8.0'
-+ buildToolsVersion = "34.0.0"
-+ minSdkVersion = 23
-+ compileSdkVersion = 34
-+ targetSdkVersion = 34
- ext.detoxKotlinVersion = ext.kotlinVersion // Detox' version: should be 1.1.0 or higher!
- }
- repositories {
-diff --git a/node_modules/react-native-background-upload/example/RNBackgroundExample/package.json b/node_modules/react-native-background-upload/example/RNBackgroundExample/package.json
-index 31db44c..84e164b 100644
---- a/node_modules/react-native-background-upload/example/RNBackgroundExample/package.json
-+++ b/node_modules/react-native-background-upload/example/RNBackgroundExample/package.json
-@@ -67,5 +67,57 @@
- "name": "emu"
- }
- }
-+ },
-+ "react-native": {
-+ "zlib": "browserify-zlib",
-+ "console": "console-browserify",
-+ "constants": "constants-browserify",
-+ "crypto": "react-native-crypto",
-+ "dns": "dns.js",
-+ "net": "react-native-tcp",
-+ "domain": "domain-browser",
-+ "http": "@tradle/react-native-http",
-+ "https": "https-browserify",
-+ "os": "react-native-os",
-+ "path": "path-browserify",
-+ "querystring": "querystring-es3",
-+ "fs": "react-native-level-fs",
-+ "_stream_transform": "readable-stream/transform",
-+ "_stream_readable": "readable-stream/readable",
-+ "_stream_writable": "readable-stream/writable",
-+ "_stream_duplex": "readable-stream/duplex",
-+ "_stream_passthrough": "readable-stream/passthrough",
-+ "dgram": "react-native-udp",
-+ "stream": "stream-browserify",
-+ "timers": "timers-browserify",
-+ "tty": "tty-browserify",
-+ "vm": "vm-browserify",
-+ "tls": false
-+ },
-+ "browser": {
-+ "zlib": "browserify-zlib",
-+ "console": "console-browserify",
-+ "constants": "constants-browserify",
-+ "crypto": "react-native-crypto",
-+ "dns": "dns.js",
-+ "net": "react-native-tcp",
-+ "domain": "domain-browser",
-+ "http": "@tradle/react-native-http",
-+ "https": "https-browserify",
-+ "os": "react-native-os",
-+ "path": "path-browserify",
-+ "querystring": "querystring-es3",
-+ "fs": "react-native-level-fs",
-+ "_stream_transform": "readable-stream/transform",
-+ "_stream_readable": "readable-stream/readable",
-+ "_stream_writable": "readable-stream/writable",
-+ "_stream_duplex": "readable-stream/duplex",
-+ "_stream_passthrough": "readable-stream/passthrough",
-+ "dgram": "react-native-udp",
-+ "stream": "stream-browserify",
-+ "timers": "timers-browserify",
-+ "tty": "tty-browserify",
-+ "vm": "vm-browserify",
-+ "tls": false
- }
- }
diff --git a/src/providers/queries/editorQueries/editorQueries.ts b/src/providers/queries/editorQueries/editorQueries.ts
index 364dd39593..3299d4784e 100644
--- a/src/providers/queries/editorQueries/editorQueries.ts
+++ b/src/providers/queries/editorQueries/editorQueries.ts
@@ -1,9 +1,10 @@
import { useMutation, useQuery, useQueryClient } from '@tanstack/react-query';
import { useIntl } from 'react-intl';
import { Image } from 'react-native-image-crop-picker';
-import Upload, { UploadOptions } from 'react-native-background-upload';
-import Config from 'react-native-config';
-import { Platform } from 'react-native';
+// import Upload, { UploadOptions } from 'react-native-background-upload';
+
+// import Config from 'react-native-config';
+// import { Platform } from 'react-native';
import { useAppDispatch, useAppSelector } from '../../../hooks';
import { toastNotification } from '../../../redux/actions/uiAction';
import {
@@ -14,6 +15,7 @@ import {
getFragments,
getImages,
updateFragment,
+ uploadImage,
} from '../../ecency/ecency';
import { MediaItem, Snippet } from '../../ecency/ecency.types';
import { signImage } from '../../hive/dhive';
@@ -87,64 +89,68 @@ export const useMediaUploadMutation = () => {
const currentAccount = useAppSelector((state) => state.account.currentAccount);
const pinCode = useAppSelector((state) => state.application.pin);
- const _uploadMedia = async ({ media }: MediaUploadVars) => {
- return new Promise((resolve, reject) => {
- signImage(media, currentAccount, pinCode)
- .then((sign) => {
- const _options: UploadOptions = {
- url: `${Config.NEW_IMAGE_API}/hs/${sign}`,
- path: Platform.select({
- ios: `file://${media.path}`,
- android: media.path.replace('file://', ''),
- }),
- method: 'POST',
- type: 'multipart',
- maxRetries: 2, // set retry count (Android only). Default 2
- headers: {
- Authorization: Config.NEW_IMAGE_API, // Config.NEW_IMAGE_API
- 'Content-Type': 'multipart/form-data',
- },
- field: 'uploaded_media',
- // Below are options only supported on Android
- notification: {
- enabled: true,
- },
- useUtf8Charset: true,
- };
+ // NOTE: temporary removal of background uplaod support uptill upload package is fixed
+ // const _uploadMedia = async ({ media }: MediaUploadVars) => {
+ // return new Promise((resolve, reject) => {
+ // signImage(media, currentAccount, pinCode)
+ // .then((sign) => {
+ // const _options: UploadOptions = {
+ // url: `${Config.NEW_IMAGE_API}/hs/${sign}`,
+ // path: Platform.select({
+ // ios: `file://${media.path}`,
+ // android: media.path.replace('file://', ''),
+ // }),
+ // method: 'POST',
+ // type: 'multipart',
+ // maxRetries: 2, // set retry count (Android only). Default 2
+ // headers: {
+ // Authorization: Config.NEW_IMAGE_API, // Config.NEW_IMAGE_API
+ // 'Content-Type': 'multipart/form-data',
+ // },
+ // field: 'uploaded_media',
+ // // Below are options only supported on Android
+ // notification: {
+ // enabled: true,
+ // },
+ // useUtf8Charset: true,
+ // };
+
+ // console.log('Upload starting');
- console.log('Upload starting');
- return Upload.startUpload(_options);
- })
- .then((uploadId) => {
- Upload.addListener('progress', uploadId, (data) => {
- console.log(`Progress: ${data.progress}%`, data);
- });
- Upload.addListener('error', uploadId, (data) => {
- console.log(`Error`, data);
- throw data.error;
- });
- Upload.addListener('cancelled', uploadId, (data) => {
- console.log(`Cancelled!`, data);
- throw new Error('Upload Cancelled');
- });
- Upload.addListener('completed', uploadId, (data) => {
- // data includes responseCode: number and responseBody: Object
- console.log('Completed!', data);
- const _respData = JSON.parse(data.responseBody);
- resolve(_respData);
- });
- })
- .catch((err) => {
- console.warn('Meida Upload Failed', err);
- bugsnapInstance.notify('Media upload failed', err);
- reject(err);
- });
- });
- };
+ // return Upload.startUpload(_options);
+ // })
+ // .then((uploadId) => {
+ // Upload.addListener('progress', uploadId, (data) => {
+ // console.log(`Progress: ${data.progress}%`, data);
+ // });
+ // Upload.addListener('error', uploadId, (data) => {
+ // console.log(`Error`, data);
+ // throw data.error;
+ // });
+ // Upload.addListener('cancelled', uploadId, (data) => {
+ // console.log(`Cancelled!`, data);
+ // throw new Error('Upload Cancelled');
+ // });
+ // Upload.addListener('completed', uploadId, (data) => {
+ // // data includes responseCode: number and responseBody: Object
+ // console.log('Completed!', data);
+ // const _respData = JSON.parse(data.responseBody);
+ // resolve(_respData);
+ // });
+ // })
+ // .catch((err) => {
+ // console.warn('Meida Upload Failed', err);
+ // bugsnapInstance.notify('Media upload failed', err);
+ // reject(err);
+ // });
+ // });
+ // };
return useMutation(
- (vars) => {
- return _uploadMedia(vars);
+ async ({ media }) => {
+ console.log('uploading media', media);
+ const sign = await signImage(media, currentAccount, pinCode);
+ return uploadImage(media, currentAccount.name, sign);
},
{
onSuccess: (response, { addToUploads }) => {
@@ -153,7 +159,8 @@ export const useMediaUploadMutation = () => {
addToUploadsMutation.mutate(response.url);
}
},
- onError: () => {
+ onError: (err) => {
+ bugsnapInstance.notify('Media upload failed', err);
dispatch(toastNotification(intl.formatMessage({ id: 'alert.fail' })));
},
},
diff --git a/yarn.lock b/yarn.lock
index deef3124ec..a21b96e899 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -11287,11 +11287,6 @@ react-native-background-timer@^2.4.1:
resolved "https://registry.yarnpkg.com/react-native-background-timer/-/react-native-background-timer-2.4.1.tgz#a3bc1cafa8c1e3aeefd0611de120298b67978a0f"
integrity sha512-TE4Kiy7jUyv+hugxDxitzu38sW1NqjCk4uE5IgU2WevLv7sZacaBc6PZKOShNRPGirLl1NWkaG3LDEkdb9Um5g==
-react-native-background-upload@^6.6.0:
- version "6.6.0"
- resolved "https://registry.yarnpkg.com/react-native-background-upload/-/react-native-background-upload-6.6.0.tgz#7c081f4260d16e7a416522c3622b81938ad799c8"
- integrity sha512-adfOJmeO3GmPmc53cdHYWp5eTGKagk/AhkraSoQ89BHRwBWrtRQ29NN9sm2CLezBYrSQWg0W47C8TaowtYZ1LQ==
-
react-native-blob-util@^0.18.0:
version "0.18.6"
resolved "https://registry.yarnpkg.com/react-native-blob-util/-/react-native-blob-util-0.18.6.tgz#641bcee9e6cc4abb0b02d5c22345b9ff7e280443"