Skip to content

Commit

Permalink
🔧 metro: ignore contracts workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Jan 8, 2024
1 parent 5286c75 commit d631fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
...(Array.isArray(defaultConfig.resolver?.blockList)
? defaultConfig.resolver.blockList
: [defaultConfig.resolver?.blockList]),
/\/contracts\/lib\//,
new RegExp(`${__dirname}/contracts/`),
],
},
};

0 comments on commit d631fe7

Please sign in to comment.