From 27df777691e69a2e676a8f96e2b982359d6d072c Mon Sep 17 00:00:00 2001 From: Gustavo Antunes <17601467+gantunesr@users.noreply.github.com> Date: Fri, 18 Nov 2022 18:35:54 -0300 Subject: [PATCH] Update metro file to avoid loading issue --- metro.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metro.config.js b/metro.config.js index 1c44b370620..746537e8f6c 100644 --- a/metro.config.js +++ b/metro.config.js @@ -32,7 +32,7 @@ module.exports = (async () => { }, resolver: { assetExts: assetExts.filter((ext) => ext !== 'svg'), - sourceExts: [...sourceExts, 'svg'], + sourceExts: [...sourceExts, 'svg', 'cjs'], }, maxWorkers: 2, };