Files
birthday/apk/app.json
Aran Roig 96a9816e42
All checks were successful
Build APK / build (push) Successful in 12m34s
CI/CD Works
2026-04-24 17:17:18 +02:00

72 lines
1.8 KiB
JSON

{
"expo": {
"name": "Birthday",
"slug": "Birthday",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "birthday",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.arandano69.Birthday"
},
"android": {
"permissions": [
"SCHEDULE_EXACT_ALARM"
],
"adaptiveIcon": {
"backgroundColor": "#E6F4FE",
"foregroundImage": "./assets/images/android-icon-foreground.png",
"backgroundImage": "./assets/images/android-icon-background.png",
"monochromeImage": "./assets/images/android-icon-monochrome.png"
},
"edgeToEdgeEnabled": true,
"predictiveBackGestureEnabled": false,
"package": "com.arandano69.Birthday"
},
"web": {
"output": "static",
"favicon": "./assets/images/favicon.png"
},
"plugins": [
"expo-router",
"expo-notifications",
[
"expo-splash-screen",
{
"image": "./assets/images/splash-icon.png",
"imageWidth": 200,
"resizeMode": "contain",
"backgroundColor": "#ffffff",
"dark": {
"backgroundColor": "#000000"
}
}
],
[
"expo-build-properties",
{
"android": {
"gradleProperties": {
"org.gradle.jvmargs": "-Xmx2g -XX:MaxMetaspaceSize=512m",
"org.gradle.parallel": "false"
}
}
}
]
],
"experiments": {
"typedRoutes": true,
"reactCompiler": true
},
"extra": {
"router": {},
"eas": {
"projectId": "f761fcbd-46f2-4387-8282-005e44223075"
}
}
}
}