Skip to content

Commit

Permalink
Re-introduced the rn-cli.config.js file to avoid "duplicate modules…
Browse files Browse the repository at this point in the history
…" errors when building the React Native sample within the monorepo.
  • Loading branch information
aweber1 committed Jan 18, 2019
1 parent 101ee1d commit 6001b3b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rn-cli.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
getBlacklistRE: () =>
new RegExp(
/.*(\\|\/)samples(\\|\/)react-native(\\|\/)node_modules(\\|\/)react-native(\\|\/).*/
),
};

0 comments on commit 6001b3b

Please sign in to comment.