-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
43 lines (43 loc) · 1008 Bytes
/
Copy pathapp.json
File metadata and controls
43 lines (43 loc) · 1008 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"expo": {
"name": "WorkTrack",
"slug": "WorkTrack",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/logo.jpg",
"scheme": "worktrack",
"userInterfaceStyle": "automatic",
"ios": {
"supportsTablet": true
},
"updates": {
"url": "https://u.expo.dev/4d509efd-fa9c-4e1a-93dd-36c2c5fc5565"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/images/logo.jpg",
"backgroundColor": "#E6F4FE"
},
"predictiveBackGestureEnabled": false,
"package": "com.hanif_jamadar.worktrack"
},
"web": {
"output": "static",
"favicon": "./assets/images/favicon.png"
},
"plugins": ["expo-router"],
"experiments": {
"typedRoutes": true,
"reactCompiler": true
},
"extra": {
"router": {},
"eas": {
"projectId": "4d509efd-fa9c-4e1a-93dd-36c2c5fc5565"
}
},
"runtimeVersion": {
"policy": "appVersion"
}
}
}