We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5222f2b commit 2783ed4Copy full SHA for 2783ed4
example/metro.config.js
@@ -25,7 +25,7 @@ module.exports = {
25
new RegExp(`${path.resolve(__dirname, 'windows').replace(/[/\\]/g, '/')}.*`),
26
// This prevents "react-native run-windows" from hitting: EBUSY: resource busy or locked, open msbuild.ProjectImports.zip
27
/.*\.ProjectImports\.zip/,
28
- ]),
+ ]),
29
blacklistRE: blacklist(
30
modules.map((m) => new RegExp(`^${escape(path.join(root, 'node_modules', m))}\\/.*$`)),
31
),
0 commit comments