disable autolinking for patched libs

This commit is contained in:
Hailey
2025-04-28 11:27:02 -07:00
parent 8e7a150cd0
commit 4450ffda22
+11
View File
@@ -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",