Closed tung2744 closed 1 year ago
It seems that the URL class in React Native is only partially implemented https://github.com/facebook/react-native/issues/38966 https://github.com/facebook/react-native/blob/main/packages/react-native/Libraries/Blob/URL.js#L186
Oh I tested in android and it works.. Let me find another way to implement it then.
Turns out it was my local setup problem.
In core/container.ts, we use import URL from "core-js-pure/features/url";
to import a working implementation of URL.
@louischan-oursky Fixed, thanks!
ref #248