Skip to content

Commit

Permalink
Merge pull request #2854 from ecency/nt/url-parser
Browse files Browse the repository at this point in the history
integrate external url polyfill
  • Loading branch information
feruzm committed Mar 30, 2024
2 parents 62ef34e + 0b9f666 commit 2553c31
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -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';

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2553c31

Please sign in to comment.