Add expo-build-properties, rename slug and bundle ids

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-16 12:41:32 +02:00
co-authored by Claude Opus 5
parent 5832aaa8a6
commit 2653c7cad6
3 changed files with 92 additions and 38 deletions
+12 -4
View File
@@ -1,7 +1,7 @@
{
"expo": {
"name": "Fonsi Costruzioni",
"slug": "fonsi_app",
"slug": "fonsi-app",
"version": "1.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
@@ -10,7 +10,7 @@
"newArchEnabled": true,
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.pcrt.fonsi-app"
"bundleIdentifier": "com.pcrt.fonsi.app"
},
"android": {
"adaptiveIcon": {
@@ -23,7 +23,7 @@
"android.permission.CAMERA",
"android.permission.RECORD_AUDIO"
],
"package": "com.pcrt.fonsi_app"
"package": "com.pcrt.fonsi.app"
},
"web": {
"output": "static",
@@ -52,7 +52,15 @@
"recordAudioAndroid": true
}
],
"expo-font"
"expo-font",
[
"expo-build-properties",
{
"ios": {
"deploymentTarget": "15.1"
}
}
]
],
"experiments": {
"typedRoutes": true,