mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-22 14:18:32 +03:00
Merge pull request #2854 from ecency/nt/url-parser
integrate external url polyfill
This commit is contained in:
commit
2553c31000
2
index.js
2
index.js
@ -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';
|
||||
|
||||
|
@ -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",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user