Skip to content

Commit

Permalink
fix(sample): Windows build (#3208)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-zimerman committed Jul 24, 2023
1 parent a4076f9 commit f2cd69e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sample-new-architecture/metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const config = {
resolver: {
blacklistRE: blacklist([
new RegExp(`${parentDir}/node_modules/react-native/.*`),
new RegExp(`.*\\android\\.*`), // Required for Windows in order to run the Sample.
]),
extraNodeModules: new Proxy(
{
Expand Down

0 comments on commit f2cd69e

Please sign in to comment.