BaaS_Driver_Android_App/app.json

55 lines
1.2 KiB
JSON

{
"expo": {
"name": "Driver Saathi",
"slug": "BatteryAsAService",
"version": "2.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "batteryasaservice",
"userInterfaceStyle": "light",
"newArchEnabled": true,
"splash": {
"image": "./assets/images/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#252A34"
},
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"edgeToEdgeEnabled": true,
"package": "com.vecmocon.driversaathi",
"versionCode": 11
},
"web": {
"bundler": "metro",
"output": "static",
"favicon": "./assets/images/favicon.png"
},
"plugins": [
"expo-router",
[
"expo-splash-screen",
{
"backgroundColor": "#252A34",
"image": "./assets/images/splash-icon.png",
"imageWidth": 200
}
]
],
"experiments": {
"typedRoutes": true
},
"extra": {
"router": {},
"eas": {
"projectId": "d91c064f-5483-45be-b301-d8f036e7df09"
}
}
}
}