esoftplay 0.0.254 → 0.0.255

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
@@ -221,7 +221,7 @@ if (fs.existsSync(packjson)) {
221
221
  const babelconf = `module.exports = function (api) {
222
222
  api.cache(true);
223
223
  let plugins = []
224
- plugins.push("react-native-reanimated/plugin")
224
+ //plugins.push("react-native-reanimated/plugin")
225
225
  return {
226
226
  presets: ["babel-preset-expo"],
227
227
  plugins
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esoftplay",
3
- "version": "0.0.254",
3
+ "version": "0.0.255",
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",