You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Maybe an @aws-sdk/utils-react-native-polyfils package could be a good idea, that has all of these and does the requiring, so you could say to folks "if you're on react-native, install and require this extra package").
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.
Is your feature request related to a problem? Please describe.
Deprecated
url.parse()
is used in url-parser-nativeaws-sdk-js-v3/packages/url-parser-native/src/index.ts
Line 3 in 105c9b7
Describe the solution you'd like
Use
react-native-url-polyfill
which is recommended in favor of implementation of URL polyfill in react-native facebook/react-native#25719 (comment)Describe alternatives you've considered
Stick with deprecated
url.parse()
as it's not runtime deprecated yet.The text was updated successfully, but these errors were encountered: