Migrera mobilappen fran Expo SDK 57 till SDK 54

This commit is contained in:
Sven (AAMOS AI)
2026-08-06 19:54:28 +07:00
parent e5a9d72197
commit a837283a2e
5 changed files with 2643 additions and 1143 deletions
+3 -1
View File
@@ -7,7 +7,9 @@ const workspaceRoot = path.resolve(projectRoot, "../..");
const config = getDefaultConfig(projectRoot);
config.watchFolders = [workspaceRoot];
// Preserve Expo's default watch folders (project root) and add the workspace
// root so that pnpm hoisted workspace packages are resolved (SDK 54 doctor).
config.watchFolders = [...(config.watchFolders ?? []), workspaceRoot];
config.resolver.nodeModulesPaths = [
path.resolve(projectRoot, "node_modules"),
path.resolve(workspaceRoot, "node_modules"),