From bfd5a5846111234ede7cb0de5187f2c2dea88a20 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 5 Feb 2024 01:58:19 -0700 Subject: [PATCH] Igonre files types --- component/video/camera.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/component/video/camera.tsx b/component/video/camera.tsx index 1923821..0e93de1 100644 --- a/component/video/camera.tsx +++ b/component/video/camera.tsx @@ -63,6 +63,7 @@ class StreamUploadManager { const uploadUrl = await this.getUploadLink(index); const uploadRequest = RNFS.uploadFiles({ toUrl: uploadUrl, + // @ts-ignore files: [{ filepath: filepath }], method: "PUT", binaryStreamOnly: true,