esoftplay 0.0.138-a → 0.0.138-b

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
@@ -297,6 +297,7 @@ export default UserIndex`;
297
297
  'expo-dev-client',
298
298
  'expo-file-system',
299
299
  'expo-font',
300
+ 'expo-image',
300
301
  'expo-image-manipulator',
301
302
  'expo-image-picker',
302
303
  'expo-linear-gradient',
@@ -311,7 +312,6 @@ export default UserIndex`;
311
312
  'react-fast-compare',
312
313
  'react-native-gesture-handler',
313
314
  'react-native-awesome-gallery',
314
- 'react-native-fast-image',
315
315
  'react-native-mmkv',
316
316
  'react-native-pan-pinch-view',
317
317
  'react-native-reanimated',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esoftplay",
3
- "version": "0.0.138-a",
3
+ "version": "0.0.138-b",
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",