esoftplay 0.0.120-e → 0.0.120-f
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
import { useGlobalReturn } from 'esoftplay';
|
|
3
3
|
// noPage
|
|
4
|
-
|
|
5
4
|
import { esp } from 'esoftplay';
|
|
6
5
|
import { LibCrypt } from 'esoftplay/cache/lib/crypt.import';
|
|
7
6
|
import { LibCurl } from 'esoftplay/cache/lib/curl.import';
|
|
@@ -10,6 +9,7 @@ import { LibObject } from 'esoftplay/cache/lib/object.import';
|
|
|
10
9
|
import { UserClass } from 'esoftplay/cache/user/class.import';
|
|
11
10
|
import { UserNotification } from 'esoftplay/cache/user/notification.import';
|
|
12
11
|
import useGlobalState from 'esoftplay/global';
|
|
12
|
+
import _global from 'esoftplay/_global';
|
|
13
13
|
|
|
14
14
|
import { fastFilter } from "esoftplay/fast";
|
|
15
15
|
import Constants from 'expo-constants';
|
package/modules/use/deeplink.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { esp } from 'esoftplay';
|
|
|
4
4
|
import { LibCurl } from 'esoftplay/cache/lib/curl.import';
|
|
5
5
|
import { LibNavigation } from 'esoftplay/cache/lib/navigation.import';
|
|
6
6
|
import { LibUtils } from 'esoftplay/cache/lib/utils.import';
|
|
7
|
-
|
|
7
|
+
import _global from 'esoftplay/_global';
|
|
8
8
|
import { useCallback, useEffect } from 'react';
|
|
9
9
|
import { Alert, Linking } from 'react-native';
|
|
10
10
|
|
package/modules/user/index.tsx
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// withHooks
|
|
2
2
|
// noPage
|
|
3
|
-
import { esp, useSafeState
|
|
3
|
+
import { esp, useSafeState } from 'esoftplay';
|
|
4
4
|
import { LibDialog } from 'esoftplay/cache/lib/dialog.import';
|
|
5
5
|
import { LibImage } from 'esoftplay/cache/lib/image.import';
|
|
6
6
|
import { LibNet_status } from 'esoftplay/cache/lib/net_status.import';
|
|
@@ -16,6 +16,7 @@ import { UserHook } from 'esoftplay/cache/user/hook.import';
|
|
|
16
16
|
import { UserLoading } from 'esoftplay/cache/user/loading.import';
|
|
17
17
|
import { UserRoutes } from 'esoftplay/cache/user/routes.import';
|
|
18
18
|
import Worker from 'esoftplay/libs/worker';
|
|
19
|
+
import _global from 'esoftplay/_global';
|
|
19
20
|
import * as Font from "expo-font";
|
|
20
21
|
import React, { useEffect, useLayoutEffect } from 'react';
|
|
21
22
|
import { Platform, View } from "react-native";
|