Sfoglia il codice sorgente

fixed metro file for expo

cdmoss 2 anni fa
parent
commit
1fed373c26
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      metro.config.js

+ 1 - 0
metro.config.js

@@ -6,6 +6,7 @@ module.exports = (async () => {
   } = await getDefaultConfig();
   return {
     transformer: {
+      assetPlugins: ['expo-asset/tools/hashAssetFiles'],
       babelTransformerPath: require.resolve('react-native-svg-transformer'),
     },
     resolver: {