esoftplay 0.0.107-d → 0.0.107-e

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/esp.ts +1 -0
  2. package/package.json +1 -1
package/esp.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  import { esp, LibLocale, UserRoutes } from 'esoftplay';
2
2
  import Constants from 'expo-constants';
3
3
  import { LogBox, Platform } from 'react-native';
4
+ import 'react-native-reanimated';
4
5
  import _assets from './cache/assets';
5
6
  import navs from './cache/navigations';
6
7
  import routers from './cache/routers';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esoftplay",
3
- "version": "0.0.107-d",
3
+ "version": "0.0.107-e",
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",