Skip to content

Commit

Permalink
add rn-cli to work around react-native/17610
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkrives committed Feb 8, 2018
1 parent ae251fa commit c6e8008
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions rn-cli.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
const blacklist = require('metro/src/blacklist')

module.exports = {
getBlacklistRE() {
return blacklist([/react-native\/local-cli\/core\/__fixtures__.*/])
},
}

0 comments on commit c6e8008

Please sign in to comment.