···164`./platform/polyfills.*.ts` adds polyfills to the environment. Currently, this includes:
165166- TextEncoder / TextDecoder
167-- react-native-url-polyfill
168- Array#findLast (on web)
0169170### Sentry sourcemaps
171
···164`./platform/polyfills.*.ts` adds polyfills to the environment. Currently, this includes:
165166- TextEncoder / TextDecoder
0167- Array#findLast (on web)
168+- setImmediate (on web)
169170### Sentry sourcemaps
171
···1/* global jest */
2import 'react-native-gesture-handler/jestSetup'
3-// IMPORTANT: this is what's used in the native runtime
4-import 'react-native-url-polyfill/auto'
56import {configure} from '@testing-library/react-native'
7
···1/* global jest */
2import 'react-native-gesture-handler/jestSetup'
0034import {configure} from '@testing-library/react-native'
5