esoftplay 0.0.110-u → 0.0.110-y

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 CHANGED
@@ -27,7 +27,7 @@ if (fs.existsSync(packjson)) {
27
27
  /* ADD SCRIPTS.PRESTART AND SCRIPTS.POSTSTOP */
28
28
 
29
29
  if (args[0] == "install") {
30
- $package.scripts.start = "esp start && expo start"
30
+ $package.scripts.start = "esp start && expo start --dev-client"
31
31
  fs.writeFile(packjson, JSON.stringify($package, null, 2), (err) => {
32
32
  if (err) throw err;
33
33
  console.log('package.json has been updated');
@@ -258,6 +258,7 @@ export default function App() {
258
258
  'dayjs',
259
259
  'react-fast-compare',
260
260
  'react-native-gesture-handler',
261
+ 'react-native-fast-image',
261
262
  'react-native-awesome-gallery',
262
263
  'react-native-picker-scrollview',
263
264
  'react-native-pinch-zoom-view-movable',