We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a57d8 commit 3baa09aCopy full SHA for 3baa09a
apps/test-app/metro.config.js
@@ -11,9 +11,7 @@ const config = makeMetroConfig({
11
},
12
});
13
14
-console.log("watchFolders =", config.watchFolders);
15
-
16
-if (config.watchFolders.length === 0) {
+if (config.projectRoot.endsWith("macos-test-app")) {
17
// This patch is needed to locate packages in the monorepo from the MacOS app
18
// which is intentionally kept outside of the workspaces configuration to prevent
19
// duplicate react-native version and pollution of the package lock.
0 commit comments