Igonre files types
This commit is contained in:
@@ -63,6 +63,7 @@ class StreamUploadManager<TCacheShape> {
|
||||
const uploadUrl = await this.getUploadLink(index);
|
||||
const uploadRequest = RNFS.uploadFiles({
|
||||
toUrl: uploadUrl,
|
||||
// @ts-ignore
|
||||
files: [{ filepath: filepath }],
|
||||
method: "PUT",
|
||||
binaryStreamOnly: true,
|
||||
|
Reference in New Issue
Block a user