Update mobile app build from source settings

This commit is contained in:
Leendert de Borst
2026-05-26 11:54:38 +02:00
parent 341e029725
commit c5ac65a73e

View File

@@ -101,5 +101,11 @@
"overrides": {
"react-dom": "19.2.3"
},
"expo": {
"autolinking": {
"exclude": ["@react-native-masked-view/masked-view"],
"buildFromSource": [".*"]
}
},
"private": true
}