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.
2 parents dc01d2e + 24e09cf commit 7d606ccCopy full SHA for 7d606cc
vnext/templates/cpp-lib/example/metro.config.js
@@ -33,7 +33,7 @@ const config = {
33
// We need to make sure that only one version is loaded for peerDependencies
34
// So we block them at the root, and alias them to the versions in example's node_modules
35
resolver: {
36
- blacklistRE: exclusionList(
+ blocklistRE: exclusionList(
37
modules.map(
38
(m) =>
39
new RegExp(`^${escape(path.join(root, 'node_modules', m))}\\/.*$`)
0 commit comments