esoftplay 0.0.137-e → 0.0.137-g

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/cli.js CHANGED
@@ -153,7 +153,7 @@ switch (args[0]) {
153
153
  break;
154
154
  }
155
155
 
156
- const easconfg = `{
156
+ var easconfg = `{
157
157
  "cli": {
158
158
  "version": ">= 0.52.0"
159
159
  },
@@ -1,8 +1,6 @@
1
1
  // withHooks
2
2
  // noPage
3
3
 
4
- // nunggu update master, margin sebelah kanan kegeser
5
-
6
4
  import { LibStyle } from 'esoftplay/cache/lib/style/import';
7
5
  import useGlobalState from 'esoftplay/global';
8
6
  import React, { useEffect } from 'react';
@@ -47,7 +45,7 @@ export default function m(props: LibToastProps): any {
47
45
 
48
46
  const style = useAnimatedProps(() => ({
49
47
  transform: [{
50
- translateY: interpolate(anim.value, [0, 1], [-(LibStyle.STATUSBAR_HEIGHT + 400), 0])
48
+ translateY: interpolate(anim.value, [0, 1], [-200, 0])
51
49
  }],
52
50
  opacity: interpolate(anim.value, [0, 0.8, 1], [0, 0, 1])
53
51
  }))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esoftplay",
3
- "version": "0.0.137-e",
3
+ "version": "0.0.137-g",
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",