-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
52 lines (52 loc) · 1.56 KB
/
app.json
File metadata and controls
52 lines (52 loc) · 1.56 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
{
"expo": {
"name": "Windesheim.AI",
"slug": "winsight",
"scheme": "windesheim.ai",
"version": "1.6.0",
"orientation": "portrait",
"icon": "./src/assets/images/Icon/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./src/assets/images/Icon/splash.png",
"resizeMode": "contain",
"backgroundColor": "#fffff0"
},
"assetBundlePatterns": ["*/"],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.windesheim.ai",
"buildNumber": "28",
"config": {
"usesNonExemptEncryption": false
}
},
"android": {
"package": "com.windesheim.ai.android",
"versionCode": 28,
"adaptiveIcon": {
"foregroundImage": "./src/assets/images/Icon/adaptive-icon.png",
"backgroundColor": "#fffff0"
}
},
"androidStatusBar": {
"backgroundColor": "#fff377",
"translucent": true
},
"web": {
"favicon": "./src/assets/images/Icon/favicon.png"
},
"extra": {
"eas": {
"projectId": "0f525e57-fad9-45bd-9085-714b0d610d6d"
}
},
"runtimeVersion": "1.6.0",
"updates": {
"url": "https://u.expo.dev/0f525e57-fad9-45bd-9085-714b0d610d6d"
},
"plugins": ["expo-font", "expo-router"],
"newArchEnabled": true,
"owner": "windesheim.ai"
}
}