diff --git a/apps/expo/index.js b/apps/expo/index.js index 6a82e1e..a561933 100644 --- a/apps/expo/index.js +++ b/apps/expo/index.js @@ -1,4 +1,3 @@ import "expo-router/entry"; import "react-native-gesture-handler"; import "@react-native-anywhere/polyfill-base64"; -import "react-native-url-polyfill/auto"; diff --git a/apps/expo/package.json b/apps/expo/package.json index 7b03c24..d7ce6a7 100644 --- a/apps/expo/package.json +++ b/apps/expo/package.json @@ -63,7 +63,6 @@ "react-native-safe-area-context": "~4.8.2", "react-native-screens": "~3.29.0", "react-native-svg": "14.1.0", - "react-native-url-polyfill": "^2.0.0", "react-native-web": "^0.19.10", "subsrt-ts": "^2.1.2", "tamagui": "^1.91.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 914d7e0..34fa10b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -161,9 +161,6 @@ importers: react-native-svg: specifier: 14.1.0 version: 14.1.0(react-native@0.73.5)(react@18.2.0) - react-native-url-polyfill: - specifier: ^2.0.0 - version: 2.0.0(react-native@0.73.5) react-native-web: specifier: ^0.19.10 version: 0.19.10(react-dom@18.2.0)(react@18.2.0) @@ -11507,15 +11504,6 @@ packages: react-native: 0.73.5(@babel/core@7.23.9)(@babel/preset-env@7.23.9)(react@18.2.0) dev: false - /react-native-url-polyfill@2.0.0(react-native@0.73.5): - resolution: {integrity: sha512-My330Do7/DvKnEvwQc0WdcBnFPploYKp9CYlefDXzIdEaA+PAhDYllkvGeEroEzvc4Kzzj2O4yVdz8v6fjRvhA==} - peerDependencies: - react-native: '*' - dependencies: - react-native: 0.73.5(@babel/core@7.23.9)(@babel/preset-env@7.23.9)(react@18.2.0) - whatwg-url-without-unicode: 8.0.0-3 - dev: false - /react-native-vector-icons@10.0.3: resolution: {integrity: sha512-ZgVlV5AdQgnPHHvBEihGf2xwyziT1acpXV1U+WfCgCv3lcEeCRsmwAsBU+kUSNsU+8TcWVsX04kdI6qUaS8D7w==} hasBin: true