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.
Files changed (2) hide show
  1. package/bin/build.js +1 -1
  2. 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()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esoftplay",
3
- "version": "0.0.114-t",
3
+ "version": "0.0.114-u",
4
4
  "description": "embedding data from esoftplay framework (web based) into mobile app",
5
5
  "main": "cache/index.js",
6
6
  "types": "../../index.d.ts",