Files
mobile-darmasaba/app.json

57 lines
1.3 KiB
JSON

{
"expo": {
"name": "mobile-darmasaba",
"slug": "mobile-darmasaba",
"version": "1.0.0",
"jsEngine": "jsc",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "myapp",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"ios": {
"supportsTablet": true,
"bundleIdentifier": "mobiledarmasaba.app",
"infoPlist": {
"ITSAppUsesNonExemptEncryption": false
}
},
"android": {
"package": "mobiledarmasaba.app",
"adaptiveIcon": {
"foregroundImage": "./assets/images/splash-icon.png",
"backgroundColor": "#ffffff"
},
"googleServicesFile": "./google-services.json"
},
"web": {
"bundler": "metro",
"output": "static",
"favicon": "./assets/images/favicon.png"
},
"plugins": [
"expo-router",
[
"expo-splash-screen",
{
"image": "./assets/images/splash-icon.png",
"imageWidth": 200,
"resizeMode": "contain",
"backgroundColor": "#ffffff"
}
],
"expo-font",
"expo-web-browser"
],
"experiments": {
"typedRoutes": true
},
"extra": {
"router": {},
"eas": {
"projectId": "cfe34fb8-da8c-4004-b5c6-29d07df75cf2"
}
}
}
}