esoftplay 0.0.141-b → 0.0.141-d
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/build.js +2 -1
- package/package.json +1 -1
package/bin/build.js
CHANGED
|
@@ -305,6 +305,7 @@ export default UserIndex`;
|
|
|
305
305
|
'expo-dev-client',
|
|
306
306
|
'expo-file-system',
|
|
307
307
|
'expo-font',
|
|
308
|
+
'expo-image',
|
|
308
309
|
'expo-image-manipulator',
|
|
309
310
|
'expo-image-picker',
|
|
310
311
|
'expo-linear-gradient',
|
|
@@ -319,7 +320,7 @@ export default UserIndex`;
|
|
|
319
320
|
'react-fast-compare',
|
|
320
321
|
'react-native-gesture-handler',
|
|
321
322
|
'react-native-awesome-gallery',
|
|
322
|
-
'react-native-fast-image',
|
|
323
|
+
// 'react-native-fast-image',
|
|
323
324
|
'react-native-keyboard-controller',
|
|
324
325
|
'react-native-mmkv',
|
|
325
326
|
'react-native-pan-pinch-view',
|