We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mediacollection.js
1 parent d682742 commit b96f392Copy full SHA for b96f392
mediacollection.js
@@ -1,4 +1,4 @@
1
-import type {ReactNativeBlobUtilNative, filedescriptor} from "types";
+import type {ReactNativeBlobUtilNative, filedescriptor} from "./types";
2
import ReactNativeBlobUtil from "./codegenSpecs/NativeBlobUtils";
3
4
function createMediafile(fd: filedescriptor, mediatype: string): Promise {
0 commit comments