This commit is contained in:
fcarraUniSa
2026-02-27 20:59:45 +01:00
parent 6739d23ebe
commit 51f8b3229c
5 changed files with 551 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
{
"expo": {
"name": "condomob",
"name": "Condopay Mobile",
"slug": "condomob",
"version": "1.0.0",
"orientation": "portrait",
@@ -13,7 +13,8 @@
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true
"supportsTablet": true,
"bundleIdentifier": "com.okcomputer.condopay"
},
"android": {
"adaptiveIcon": {
@@ -21,10 +22,17 @@
"backgroundColor": "#ffffff"
},
"edgeToEdgeEnabled": true,
"predictiveBackGestureEnabled": false
"predictiveBackGestureEnabled": false,
"permissions": ["INTERNET"],
"package": "com.okcomputer.condopay"
},
"web": {
"favicon": "./assets/favicon.png"
},
"extra": {
"eas": {
"projectId": "1af9def8-ac59-42a0-b40e-76cf8a58bd23"
}
}
}
}