disable autolinking for patched libs
This commit is contained in:
@@ -6,6 +6,17 @@
|
|||||||
"node": ">=20"
|
"node": ">=20"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@1.22.22",
|
"packageManager": "yarn@1.22.22",
|
||||||
|
"expo": {
|
||||||
|
"autolinking": {
|
||||||
|
"android": {
|
||||||
|
"buildFromSource": [
|
||||||
|
"expo-notifications",
|
||||||
|
"expo-haptics",
|
||||||
|
"expo-media-library"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepare": "is-ci || husky install",
|
"prepare": "is-ci || husky install",
|
||||||
"postinstall": "patch-package && yarn intl:compile",
|
"postinstall": "patch-package && yarn intl:compile",
|
||||||
|
|||||||
Reference in New Issue
Block a user