esoftplay 0.0.131-t → 0.0.131-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.
@@ -8,12 +8,10 @@ import { LibToastProperty } from 'esoftplay/cache/lib/toast/import';
8
8
  import { LibUtils } from 'esoftplay/cache/lib/utils/import';
9
9
  import { reportApiError } from "esoftplay/error";
10
10
  import esp from 'esoftplay/esp';
11
- import Constants from 'expo-constants';
12
11
 
13
12
  //api_logger_import
14
13
 
15
14
 
16
- const { manifest } = Constants;
17
15
 
18
16
  export default class m {
19
17
  controller = new AbortController()
@@ -1,5 +1,5 @@
1
1
  // withHooks
2
-
2
+ // noPage
3
3
  import { LibStyle } from 'esoftplay/cache/lib/style/import';
4
4
  import React from 'react';
5
5
  import { ActivityIndicator, View } from 'react-native';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esoftplay",
3
- "version": "0.0.131-t",
3
+ "version": "0.0.131-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",