diff --git a/README.md b/README.md index eab78f75..948af03e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ If you are using React-Native < 0.60, you should use a version < 2.0.0. For versions higher than 2.0.0, you need to add the following piece of code in your ```metro.config.js``` file to avoid conflicts between react-native-jitsi-meet and react-native in metro bundler. ``` -const blacklist = require('metro-config/src/defaults/blacklist'); +const blacklist = require('metro-config/src/defaults/exclusionList'); module.exports = { resolver: {