Merge pull request #2854 from ecency/nt/url-parser

integrate external url polyfill
This commit is contained in:
Feruz M 2024-03-30 07:54:33 +05:30 committed by GitHub
commit 2553c31000
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 0 deletions

View File

@ -1,6 +1,8 @@
import { AppRegistry, LogBox } from 'react-native';
import AppCenter from 'appcenter';
import { name as appName } from './app.json';
import 'react-native-url-polyfill/auto';
import 'intl';
import 'intl/locale-data/jsonp/en-US';

View File

@ -159,6 +159,7 @@
"react-native-tus-client": "^1.1.0",
"react-native-udp": "^4.1.4",
"react-native-unique-id": "^2.0.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-vector-icons": "^10.0.2",
"react-native-version": "^4.0.0",
"react-native-version-number": "^0.3.5",

View File

@ -11738,6 +11738,13 @@ react-native-unique-id@^2.0.0:
"@react-native-community/async-storage" "1.5.0"
polygoat "1.1.4"
react-native-url-polyfill@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/react-native-url-polyfill/-/react-native-url-polyfill-2.0.0.tgz#db714520a2985cff1d50ab2e66279b9f91ffd589"
integrity sha512-My330Do7/DvKnEvwQc0WdcBnFPploYKp9CYlefDXzIdEaA+PAhDYllkvGeEroEzvc4Kzzj2O4yVdz8v6fjRvhA==
dependencies:
whatwg-url-without-unicode "8.0.0-3"
react-native-vector-icons@^10.0.2:
version "10.0.2"
resolved "https://registry.yarnpkg.com/react-native-vector-icons/-/react-native-vector-icons-10.0.2.tgz#44724e0787fb13899efce3510698d1ff69aceefb"