add polyfills

This commit is contained in:
Hailey
2025-07-18 01:28:37 -07:00
parent c9e3c5bf7d
commit 5336e4f2ef
8 changed files with 53 additions and 17 deletions
+2
View File
@@ -1,5 +1,7 @@
import 'react-native-url-polyfill/auto'
import 'fast-text-encoding'
import 'abortcontroller-polyfill/dist/polyfill-patch-fetch'
import 'event-target-polyfill'
export {}
/**