From 49e94fc05687cdbfba57723f0e6f9264d40d04a0 Mon Sep 17 00:00:00 2001 From: lafay <2021211506@stu.hit.edu.cn> Date: Sat, 6 Jun 2026 00:07:02 +0800 Subject: [PATCH] chore(deps): remove patch-package postinstall script Remove the postinstall hook that was automatically applying patches after dependency installation. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 9776b1a..9663275 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,6 @@ "ios:preview": "eas build --platform ios --profile preview", "ios:prod": "eas build --platform ios --profile production", "ios:submit": "eas submit --platform ios --profile production", - "postinstall": "patch-package" }, "dependencies": { "@expo/ui": "^56.0.15",