We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 930014b commit ce070d2Copy full SHA for ce070d2
packages/react-native/Libraries/Blob/URL.js
@@ -8,9 +8,10 @@
8
* @flow
9
*/
10
11
-import type Blob from 'react-native/Libraries/Blob/Blob';
+import type Blob from './Blob';
12
+
13
+import NativeBlobModule from './NativeBlobModule';
14
-import NativeBlobModule from 'react-native/Libraries/Blob/NativeBlobModule';
15
16
let BLOB_URL_PREFIX = null;
17
0 commit comments