From ea0f58f5e657d0b55479308ca506dee2f46fcc34 Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Thu, 17 Oct 2024 10:09:54 -0500 Subject: [PATCH] does this fix that watchman error? --- metro.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/metro.config.js b/metro.config.js index eb8dc662..457319b0 100644 --- a/metro.config.js +++ b/metro.config.js @@ -13,9 +13,9 @@ const config = getDefaultConfig(__dirname, { config.resolver.sourceExts.push('mjs'); config.watchFolders = [ - "./components/", - "./api/", - "./player/" + "components", + "api", + "player" ] module.exports = config;