esoftplay 0.0.114-t → 0.0.114-u
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.
- package/bin/build.js +1 -1
- package/package.json +1 -1
package/bin/build.js
CHANGED
|
@@ -229,7 +229,6 @@ import * as ErrorReport from 'esoftplay/error';
|
|
|
229
229
|
import * as Notifications from 'expo-notifications';
|
|
230
230
|
import React, { useEffect, useRef } from 'react';
|
|
231
231
|
import { enableFreeze, enableScreens } from 'react-native-screens';
|
|
232
|
-
const { globalIdx } = require('esoftplay/global');
|
|
233
232
|
enableScreens();
|
|
234
233
|
enableFreeze();
|
|
235
234
|
|
|
@@ -237,6 +236,7 @@ Notifications.addNotificationResponseReceivedListener(x => LibNotification.onAct
|
|
|
237
236
|
|
|
238
237
|
export default function App() {
|
|
239
238
|
const Home = useRef(esp.home()).current
|
|
239
|
+
const { globalIdx } = require('esoftplay/global');
|
|
240
240
|
|
|
241
241
|
useEffect(() => {
|
|
242
242
|
globalIdx.reset()
|