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.
2 parents ead6535 + 44eabe2 commit bb5426dCopy full SHA for bb5426d
index.js
@@ -56,9 +56,9 @@ if (!ReactNativeBlobUtil || !ReactNativeBlobUtil.fetchBlobForm || !ReactNativeBl
56
}
57
58
export {ReactNativeBlobUtilConfig, ReactNativeBlobUtilResponseInfo, ReactNativeBlobUtilStream} from './types';
59
-export URIUtil from './utils/uri';
+export { URIUtil } from './utils/uri';
60
export {FetchBlobResponse} from './class/ReactNativeBlobUtilBlobResponse';
61
-export getUUID from './utils/uuid';
+export { getUUID } from './utils/uuid';
62
export default {
63
fetch,
64
base64,
0 commit comments