AUTORYZACJA DO GOOOOOGLA DZIALA

This commit is contained in:
2025-06-04 22:09:03 +02:00
parent 1862b6b79e
commit 8dc51fafdf
4 changed files with 92 additions and 7 deletions

View File

@@ -14,13 +14,19 @@
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true
"supportsTablet": true,
"bundleIdentifier": "com.hamx.ArtisanConnect"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
}
},
"permissions": [
"android.permission.RECORD_AUDIO",
"android.permission.CAMERA"
],
"package": "com.hamx.ArtisanConnect"
},
"web": {
"favicon": "./assets/favicon.png"
@@ -40,6 +46,12 @@
}
],
"expo-web-browser"
]
],
"extra": {
"router": {},
"eas": {
"projectId": "7a0d8bc8-938f-4d2a-babb-945faee13429"
}
}
}
}