The issue apparently lies in [`NativeModules`](https://github.com/charpeni/react-native-url-polyfill/blob/c32cbdc97fb6569edd6d941c3600196debeb0ad5/js/URL.js#L5). The import is `undefined` and, thus, `BLOB_URL_PREFIX` remains `null`. This [patch](https://github.com/acostalima/react-native-polyfill-globals/blob/master/patches/react-native-url-polyfill%2B1.2.0.patch) fixes the problem. Has anyone else experienced this as well? It's happening on RN v0.63.2 on my end. @charpeni, let know if you want me to open a PR to address this. Related: https://github.com/ipfs/js-ipfs/issues/2813