{
"expo": {
"name": "taskflow",
"slug": "taskflow",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/Icon.png",
"scheme": "taskflow",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"backgroundColor": "#E6F4FE",
"foregroundImage": "./assets/images/Icon.png"
},
"edgeToEdgeEnabled": true,
"predictiveBackGestureEnabled": false,
"package": "com.vilip.taskflow"
},
"web": {
"output": "static",
"favicon": "./assets/images/favicon.png"
},
"plugins": [
"expo-router",
[
"expo-splash-screen",
{
"image": "./assets/images/Icon.png",
"imageWidth": 200,
"resizeMode": "contain",
"backgroundColor": "#ffffff",
"dark": {
"backgroundColor": "#000000"
}
}
],
[
"expo-notifications",
{
"icon": "./assets/images/Icon.png",
"color": "#0a7ea4",
"sounds": [],
"mode": "production"
}
],
"expo-background-task"
],
"experiments": {
"typedRoutes": true,
"reactCompiler": true
},
"extra": {
"router": {},
"eas": {
"projectId": "acc99170-9c79-4b7f-84cd-0869433fc8df"
}
}
}
}