Files
gtd/app/app.json
Marcus Rehbock c16bd02889
Some checks failed
Build & Release APK / build (push) Failing after 1h6m48s
Android release pipeline: prebuilt native project, env-driven signing, Gitea Actions workflow
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-07 17:29:03 -07:00

43 lines
1.0 KiB
JSON

{
"expo": {
"name": "GTD",
"slug": "gtd",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "gtd",
"userInterfaceStyle": "automatic",
"ios": {
"icon": "./assets/expo.icon"
},
"android": {
"adaptiveIcon": {
"backgroundColor": "#E6F4FE",
"foregroundImage": "./assets/images/android-icon-foreground.png",
"backgroundImage": "./assets/images/android-icon-background.png",
"monochromeImage": "./assets/images/android-icon-monochrome.png"
},
"predictiveBackGestureEnabled": false,
"package": "com.marcus.gtd"
},
"web": {
"output": "static",
"favicon": "./assets/images/favicon.png"
},
"plugins": [
"expo-router",
[
"expo-splash-screen",
{
"backgroundColor": "#208AEF",
"image": "./assets/images/splash-icon.png",
"imageWidth": 76
}
]
],
"experiments": {
"typedRoutes": true,
"reactCompiler": true
}
}
}