67 lines
2.0 KiB
JSON
67 lines
2.0 KiB
JSON
{
|
|
"expo": {
|
|
"name": "Admin Panel",
|
|
"slug": "frontend-admin",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/icon.png",
|
|
"userInterfaceStyle": "dark",
|
|
"newArchEnabled": true,
|
|
"splash": {
|
|
"image": "./assets/icon.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#000000"
|
|
},
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "com.uberstup.adminpanel"
|
|
},
|
|
"android": {
|
|
"package": "com.uberstup.adminpanel",
|
|
"abiFilters": ["arm64-v8a"],
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/icon.png",
|
|
"backgroundColor": "#000000"
|
|
},
|
|
"edgeToEdgeEnabled": true,
|
|
"permissions": [
|
|
"android.permission.ACCESS_BACKGROUND_LOCATION",
|
|
"android.permission.ACCESS_COARSE_LOCATION",
|
|
"android.permission.ACCESS_FINE_LOCATION",
|
|
"android.permission.VIBRATE"
|
|
]
|
|
},
|
|
"web": {
|
|
"favicon": "./assets/icon.png"
|
|
},
|
|
"plugins": [
|
|
"expo-font",
|
|
"expo-location",
|
|
"expo-updates",
|
|
[
|
|
"expo-build-properties",
|
|
{
|
|
"android": {
|
|
"usesCleartextTraffic": true
|
|
}
|
|
}
|
|
]
|
|
],
|
|
"extra": {
|
|
"eas": {
|
|
"projectId": "fcb7a0bc-5b2f-453d-ba16-9f97d9f0e440"
|
|
}
|
|
},
|
|
"owner": "xor290",
|
|
"runtimeVersion": "admin-1.0.0",
|
|
"updates": {
|
|
"url": "https://u.expo.dev/fcb7a0bc-5b2f-453d-ba16-9f97d9f0e440",
|
|
"codeSigningCertificate": "./certs/certificate.pem",
|
|
"codeSigningMetadata": {
|
|
"keyid": "main",
|
|
"alg": "rsa-v1_5-sha256"
|
|
}
|
|
}
|
|
}
|
|
}
|