move URL polyfill to the polyfill file

This commit is contained in:
Samuel Newman
2025-04-29 15:44:13 +03:00
parent 8eab844d95
commit f3c3f00078
3 changed files with 6 additions and 3 deletions
-1
View File
@@ -1,4 +1,3 @@
import 'react-native-url-polyfill/auto'
import '#/logger/sentry/setup'
import '#/logger/bitdrift/setup'
import '#/view/icons'
+1
View File
@@ -1,3 +1,4 @@
import 'react-native-url-polyfill/auto'
import 'fast-text-encoding'
export {}