Skip to content

Commit

Permalink
🔧 Add workaround to support nested example project
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperka committed Oct 19, 2019
1 parent bde5434 commit 01104a0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions example/rn-cli.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
const blacklist = require('metro-config/src/defaults/blacklist');

module.exports = {
resolver: {
blacklistRE: blacklist([
/node_modules\/.*\/node_modules\/react-native\/.*/,
])
},
};

0 comments on commit 01104a0

Please sign in to comment.