|
@@ -4,8 +4,8 @@ import { NativeModules, Platform } from 'react-native';
|
4
|
4
|
import BackgroundTimer from 'react-native-background-timer';
|
5
|
5
|
import { TextDecoder, TextEncoder } from 'text-encoding';
|
6
|
6
|
|
7
|
|
-import 'promise.allsettled/auto'; // Promise.allSettled.
|
8
|
|
-import 'promise.withresolvers/auto'; // Promise.withResolvers.
|
|
7
|
+import 'core-js/features/promise/all-settled'; // Promise.allSettled.
|
|
8
|
+import 'core-js/features/promise/with-resolvers'; // Promise.withResolvers.
|
9
|
9
|
import 'react-native-url-polyfill/auto'; // Complete URL polyfill.
|
10
|
10
|
|
11
|
11
|
import Storage from './Storage';
|