Skip to content

Commit

Permalink
Update metro file to avoid loading issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gantunesr committed Nov 18, 2022
1 parent 76dfc27 commit 27df777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = (async () => {
},
resolver: {
assetExts: assetExts.filter((ext) => ext !== 'svg'),
sourceExts: [...sourceExts, 'svg'],
sourceExts: [...sourceExts, 'svg', 'cjs'],
},
maxWorkers: 2,
};
Expand Down

0 comments on commit 27df777

Please sign in to comment.