nextgenmobile/app.json

69 lines
1.7 KiB
JSON

{
"expo": {
"name": "RCS BatsirAI",
"slug": "atomichabitsai",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "atomichabitsai",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.phaseofficial.atomichabitsai",
"infoPlist": {
"ITSAppUsesNonExemptEncryption": false
}
},
"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"
},
"edgeToEdgeEnabled": true,
"predictiveBackGestureEnabled": false,
"package": "com.phaseofficial.atomichabitsai"
},
"web": {
"output": "static",
"favicon": "./assets/images/favicon.png"
},
"plugins": [
[
"expo-router",
{
"origin": "https://atomichabits.ai/",
"root": "src/app"
}
],
[
"expo-splash-screen",
{
"image": "./assets/images/favicon.png",
"imageWidth": 200,
"resizeMode": "contain",
"backgroundColor": "#ffffff",
"dark": {
"backgroundColor": "#000000"
}
}
]
],
"experiments": {
"typedRoutes": true,
"reactCompiler": true
},
"extra": {
"router": {
"origin": "https://atomichabits.ai/",
"root": "src/app"
},
"eas": {
"projectId": "5f2929a1-ae47-4616-a893-8c7161eaafe9"
}
}
}
}