Skip to content

Commit cb610c0

Browse files
authored
Merge pull request #26 from Soomgo-Mobile/dependabot/npm_and_yarn/examples/react-native-0.64.1
feat: [:package:] react-native metro-config blacklist change
2 parents 187991b + e7cd4db commit cb610c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/metro.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const path = require('path');
2-
const blacklist = require('metro-config/src/defaults/blacklist');
2+
const blacklist = require('metro-config/src/defaults/exclusionList');
33
const escape = require('escape-string-regexp');
44
const pak = require('../package.json');
55

0 commit comments

Comments
 (0)