Files
Condomob/app.json
fcarraUniSa 51f8b3229c url fix
2026-02-27 20:59:45 +01:00

39 lines
931 B
JSON

{
"expo": {
"name": "Condopay Mobile",
"slug": "condomob",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"newArchEnabled": true,
"splash": {
"image": "./assets/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.okcomputer.condopay"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"edgeToEdgeEnabled": true,
"predictiveBackGestureEnabled": false,
"permissions": ["INTERNET"],
"package": "com.okcomputer.condopay"
},
"web": {
"favicon": "./assets/favicon.png"
},
"extra": {
"eas": {
"projectId": "1af9def8-ac59-42a0-b40e-76cf8a58bd23"
}
}
}
}