-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
75 lines (75 loc) · 1.79 KB
/
Copy pathapp.json
File metadata and controls
75 lines (75 loc) · 1.79 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"expo": {
"name": "AKomo",
"slug": "akomo",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/favicon.png",
"scheme": "akomo",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"splash": {
"image": "./assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#336A33"
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.jodaz.akomo",
"icon": {
"dark": "./assets/images/ios-dark.png"
},
"infoPlist": {
"ITSAppUsesNonExemptEncryption": false
}
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#336A33"
},
"edgeToEdgeEnabled": true,
"predictiveBackGestureEnabled": false,
"package": "com.jodaz.akomo"
},
"web": {
"bundler": "metro",
"output": "static",
"favicon": "./assets/images/favicon.png",
"name": "AKomo",
"shortName": "AKomo",
"startUrl": "/",
"display": "standalone",
"backgroundColor": "#336A33",
"themeColor": "#336A33",
"lang": "es"
},
"plugins": [
"expo-router",
[
"expo-splash-screen",
{
"backgroundColor": "#336A33",
"image": "./assets/images/splash-icon-dark.png",
"dark": {
"image": "./assets/images/splash-icon-dark.png"
},
"light": {
"image": "./assets/images/splash-icon-light.png"
},
"imageWidth": 200
}
]
],
"experiments": {
"typedRoutes": true
},
"extra": {
"router": {},
"eas": {
"projectId": "2fc8f913-a2e4-4b9b-a59a-3754fc6a3b69"
}
},
"owner": "jodaz"
}
}