-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
53 lines (53 loc) · 1.24 KB
/
Copy pathapp.json
File metadata and controls
53 lines (53 loc) · 1.24 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
{
"expo": {
"name": "Quantum",
"slug": "quantum-app",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "quantum",
"userInterfaceStyle": "dark",
"ios": {
"bundleIdentifier": "com.chefuinc.quantum"
},
"android": {
"package": "com.chefuinc.quantum",
"adaptiveIcon": {
"backgroundColor": "#0D0F14",
"foregroundImage": "./assets/images/android-icon-foreground.png"
},
"predictiveBackGestureEnabled": false
},
"web": {
"output": "static",
"favicon": "./assets/images/favicon.png"
},
"plugins": [
"expo-router",
"./plugins/with-android-network-security-config",
"./plugins/with-android-release-hardening",
[
"expo-splash-screen",
{
"backgroundColor": "#0D0F14",
"android": {
"image": "./assets/images/splash-icon.png",
"imageWidth": 76
}
}
],
"expo-secure-store",
"expo-image"
],
"experiments": {
"typedRoutes": true,
"reactCompiler": true
},
"extra": {
"router": {},
"eas": {
"projectId": "8679353b-9cf3-4f4f-b8bd-31699c634632"
}
}
}
}