Skip to content

Commit 2ec60b8

Browse files
committed
disable Watchman
1 parent a2da81d commit 2ec60b8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/jsi/example/metro.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ config.resolver.extraNodeModules = {
2626
'nativescript-jsi': nativescriptJsi,
2727
};
2828

29+
// I'm so sick of "Recrawled this watch 23 times".
30+
config.resolver.useWatchman = false;
31+
2932
config.watchFolders = [
3033
...allNodeModules.filter((filePath) => fs.existsSync(filePath)),
3134
nativescriptJsi,

0 commit comments

Comments
 (0)