We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2da81d commit 2ec60b8Copy full SHA for 2ec60b8
1 file changed
packages/jsi/example/metro.config.js
@@ -26,6 +26,9 @@ config.resolver.extraNodeModules = {
26
'nativescript-jsi': nativescriptJsi,
27
};
28
29
+// I'm so sick of "Recrawled this watch 23 times".
30
+config.resolver.useWatchman = false;
31
+
32
config.watchFolders = [
33
...allNodeModules.filter((filePath) => fs.existsSync(filePath)),
34
nativescriptJsi,
0 commit comments