From 4450ffda2280800ada5d8a169271c2277dfc0ee5 Mon Sep 17 00:00:00 2001 From: Hailey Date: Mon, 28 Apr 2025 11:27:02 -0700 Subject: [PATCH] disable autolinking for patched libs --- package.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/package.json b/package.json index 82848e2f86..8dace0385c 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,17 @@ "node": ">=20" }, "packageManager": "yarn@1.22.22", + "expo": { + "autolinking": { + "android": { + "buildFromSource": [ + "expo-notifications", + "expo-haptics", + "expo-media-library" + ] + } + } + }, "scripts": { "prepare": "is-ci || husky install", "postinstall": "patch-package && yarn intl:compile",